Skip to content

Instantly share code, notes, and snippets.

@kikoso
Created April 29, 2017 14:41
Show Gist options
  • Select an option

  • Save kikoso/762d3c169a8be3f2967590ff52a2a523 to your computer and use it in GitHub Desktop.

Select an option

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