source/src/core/android/SDL_android.h
@@ -104,6 +104,9 @@ JNIEnv *Android_JNI_GetEnv(void); int Android_JNI_SetupThread(void); /* Locale */ int Android_JNI_GetLocale(char *buf, size_t buflen); /* Generic messages */ int Android_JNI_SendMessage(int command, int param); @@ -126,6 +129,8 @@ /* Request permission */ SDL_bool Android_JNI_RequestPermission(const char *permission); int Android_JNI_OpenURL(const char *url); int SDL_GetAndroidSDKVersion(void); SDL_bool SDL_IsAndroidTablet(void);