aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-30 21:45:46 +0200
committerSven Gothel <[email protected]>2011-09-30 21:45:46 +0200
commitefbb2e232a4d0f6a1782aa993ecca4621d7b5c51 (patch)
treebfa451039820c121888c5d69dbdc905da4da6e5d
parent274cabe94fef1fbea3d77407d7ee532235376022 (diff)
Android launcher manifest: Commented out feature glEsVersion per application
-rw-r--r--make/resources/android/AndroidManifest-launcher.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml
index f8bcbc139..0f4daa4f7 100644
--- a/make/resources/android/AndroidManifest-launcher.xml
+++ b/make/resources/android/AndroidManifest-launcher.xml
@@ -14,7 +14,11 @@
android:persistent="false"
>
+ <!-- We use activities with ES1 and ES2,
+ also setting the feature tag didn't fix the tegra issue.
+ Leave it here for documentation, maybe later use.
<uses-feature android:glEsVersion="0x00020000" />
+ -->
<activity android:name="com.jogamp.android.launcher.NEWTLauncherRedSquareES1Activity"
android:finishOnTaskLaunch="true"
android:launchMode="standard"