diff options
author | Rami Santina <[email protected]> | 2011-09-30 22:32:36 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-09-30 22:32:36 +0300 |
commit | 18817fe6d3b85fcb672a2dd244f3fad3fdab2aa3 (patch) | |
tree | 40b9c5d564f94d9cdf58ee5dcb466a758d9eded5 /make/resources/android/AndroidManifest-launcher.xml | |
parent | 836d4824ad20c57155d850d2b3657004b019514d (diff) |
Android manifest add uses es2
Diffstat (limited to 'make/resources/android/AndroidManifest-launcher.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-launcher.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml index c77addb2e..f8bcbc139 100644 --- a/make/resources/android/AndroidManifest-launcher.xml +++ b/make/resources/android/AndroidManifest-launcher.xml @@ -13,6 +13,8 @@ android:description="@string/app_descr" android:persistent="false" > + + <uses-feature android:glEsVersion="0x00020000" /> <activity android:name="com.jogamp.android.launcher.NEWTLauncherRedSquareES1Activity" android:finishOnTaskLaunch="true" android:launchMode="standard" |