summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-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"