diff options
author | Rami Santina <[email protected]> | 2011-10-01 01:03:21 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-10-01 01:03:21 +0300 |
commit | 321720090314836d663b0bed0925c0cea76193e0 (patch) | |
tree | 4842da5abdbe99f488565f5ce7cdba9fffe8c68c /make/resources/android/AndroidManifest-launcher.xml | |
parent | 564574004cd2eb279a77b9c4040b02bd2bbdd44a (diff) | |
parent | e29d192999c676a5e3472df6daadd14fc8b69227 (diff) |
merge with sgothel
Diffstat (limited to 'make/resources/android/AndroidManifest-launcher.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-launcher.xml | 4 |
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" |