Skip to content

Instantly share code, notes, and snippets.

@kikoso
Created April 29, 2017 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kikoso/762d3c169a8be3f2967590ff52a2a523 to your computer and use it in GitHub Desktop.
Save kikoso/762d3c169a8be3f2967590ff52a2a523 to your computer and use it in GitHub Desktop.
Java_com_example_exampleApp_ExampleClass_getSecretKey( JNIEnv* env,
jobject thiz )
{
return (*env)->NewStringUTF(env, "mySecretKey".");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment