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