aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/android/AndroidManifest-launcher.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/resources/android/AndroidManifest-launcher.xml')
-rw-r--r--make/resources/android/AndroidManifest-launcher.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml
index e48b61e45..88abc8ba5 100644
--- a/make/resources/android/AndroidManifest-launcher.xml
+++ b/make/resources/android/AndroidManifest-launcher.xml
@@ -3,6 +3,7 @@
sharedUserId="com.jogamp.Community"
package="com.jogamp.android.launcher">
+ <uses-permission android:name="android.permission.INTERNET" /> <!-- required for NV's perfhud -->
<uses-sdk android:minSdkVersion="9" />
<uses-library android:name="com.jogamp.common" android:required="true" />
<uses-library android:name="javax.media.opengl" android:required="true" />
@@ -69,6 +70,20 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity android:name="com.jogamp.android.launcher.NEWTLauncherGearsES2TransActivity"
+ android:finishOnTaskLaunch="true"
+ android:launchMode="standard"
+ android:configChanges="keyboardHidden|orientation"
+ android:label="@string/activity_gearses2t_name"
+ android:description="@string/activity_gearses2t_descr"
+ android:exported="true"
+ android:theme="@style/Theme.Transparent"
+ >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
<activity android:name="com.jogamp.android.launcher.NEWTLauncherGraphUI1pActivity"
android:finishOnTaskLaunch="true"
android:launchMode="standard"