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.xml19
1 files changed, 16 insertions, 3 deletions
diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml
index 0f4daa4f7..e48b61e45 100644
--- a/make/resources/android/AndroidManifest-launcher.xml
+++ b/make/resources/android/AndroidManifest-launcher.xml
@@ -69,12 +69,25 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <activity android:name="com.jogamp.android.launcher.NEWTLauncherGraphUIActivity"
+ <activity android:name="com.jogamp.android.launcher.NEWTLauncherGraphUI1pActivity"
android:finishOnTaskLaunch="true"
android:launchMode="standard"
android:configChanges="keyboardHidden|orientation"
- android:label="@string/activity_graphui_name"
- android:description="@string/activity_graphui_descr"
+ android:label="@string/activity_graphui1p_name"
+ android:description="@string/activity_graphui1p_descr"
+ android:exported="true"
+ >
+ <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.NEWTLauncherGraphUI2pActivity"
+ android:finishOnTaskLaunch="true"
+ android:launchMode="standard"
+ android:configChanges="keyboardHidden|orientation"
+ android:label="@string/activity_graphui2p_name"
+ android:description="@string/activity_graphui2p_descr"
android:exported="true"
>
<intent-filter>