Skip to content

Instantly share code, notes, and snippets.

@AdiD253
Created November 2, 2018 13:12
Show Gist options
  • Save AdiD253/7e292fd50ca707e98d69d69b0fe432f7 to your computer and use it in GitHub Desktop.
Save AdiD253/7e292fd50ca707e98d69d69b0fe432f7 to your computer and use it in GitHub Desktop.
extern "C" JNIEXPORT jstring JNICALL
Java_tech_skyrise_adriandefus_testsecurityapp_MainActivity_secretKey(
JNIEnv* env,
jobject /* this */) {
std::string appKey = "jb&1a=U51-ng2=";
return env->NewStringUTF(appKey.c_str());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment