summaryrefslogtreecommitdiff
path: root/src/libjvm-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjvm-android.c')
-rw-r--r--src/libjvm-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjvm-android.c b/src/libjvm-android.c
index 2e66339..d500dc7 100644
--- a/src/libjvm-android.c
+++ b/src/libjvm-android.c
@@ -41,7 +41,7 @@ jint
android_os_Build_VERSION_SDK_INT(JNIEnv *env, jobject object)
{
assert(env && object);
- return INT_MAX; // Always the latest and greatest, XXX: maybe tunable, as can change app behaviour
+ return 15; // >15 needs android.view.Choreographer to work correctly, XXX: maybe tunable, as can change app behaviour
}
jstring