Changed documentation in header because LocalReferenceHolder not public API.
1.1 --- a/include/SDL_system.h Sun Jun 02 14:18:26 2013 +0200
1.2 +++ b/include/SDL_system.h Sun Jun 02 14:27:54 2013 +0200
1.3 @@ -62,7 +62,7 @@
1.4 This returns jobject, but the prototype is void* so we don't need jni.h
1.5 The jobject returned by SDL_AndroidGetActivity is a local reference.
1.6 It is the caller's responsibility to properly release it
1.7 - (using LocalReferenceHolder or manually with env->DeleteLocalRef)
1.8 + (using env->Push/PopLocalFrame or manually with env->DeleteLocalRef)
1.9 */
1.10 extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
1.11