42 #define JNIVER JNI_VERSION_1_6 static void setContext(jobject contextRef)
Provide a reference to the Android Context.
Definition: android.cpp:169
static jobject getContext()
Get a global reference to the Android Context.
Definition: android.cpp:208
Handles to the Java VM running our Android service.
Definition: android.h:54
static jobject getClassLoader()
Get a global reference to the Java ClassLoader.
Definition: android.cpp:164
static JavaVM * getJavaVM()
Get a pointer to the Java VM instance used to connect to Android.
Definition: android.cpp:159