Skip to content

Instantly share code, notes, and snippets.

@vipulasri
Created May 31, 2017 04:13
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 vipulasri/9e6aa1fb06a3344c5e3048db21240c37 to your computer and use it in GitHub Desktop.
Save vipulasri/9e6aa1fb06a3344c5e3048db21240c37 to your computer and use it in GitHub Desktop.
Secret Keys
//
// Created by Vipul Asri on 02/04/17.
//
#include <jni.h>
extern "C" {
JNIEXPORT jstring JNICALL
Java_com_squareboat_secretkeys_MainActivity_getAPIKey(JNIEnv *env, jobject instance) {
return env-> NewStringUTF("c2VjcmV0X2tleQ==");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment