diff options
author | Rami Santina <[email protected]> | 2011-09-30 19:58:01 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-09-30 19:58:01 +0300 |
commit | 836d4824ad20c57155d850d2b3657004b019514d (patch) | |
tree | 7e3065788ee7959877589f4e19172f5044b0ca58 /make/resources/android/AndroidManifest-launcher.xml | |
parent | 14ec84659f2ef5ba6c74601360adfff0558fc6f0 (diff) | |
parent | 448ad05ea1192a1c3ca8812bf8d3142b2df6c30b (diff) |
Merge branch 'android-tegra-playground' of git://github.com/sgothel/jogl into android-tegra-playground
Diffstat (limited to 'make/resources/android/AndroidManifest-launcher.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-launcher.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml index d32695fb6..c77addb2e 100644 --- a/make/resources/android/AndroidManifest-launcher.xml +++ b/make/resources/android/AndroidManifest-launcher.xml @@ -13,6 +13,30 @@ android:description="@string/app_descr" android:persistent="false" > + <activity android:name="com.jogamp.android.launcher.NEWTLauncherRedSquareES1Activity" + android:finishOnTaskLaunch="true" + android:launchMode="standard" + android:configChanges="keyboardHidden|orientation" + android:label="@string/activity_redsquarees1_name" + android:description="@string/activity_redsquarees1_descr" + > + <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.NEWTLauncherRedSquareES2Activity" + android:finishOnTaskLaunch="true" + android:launchMode="standard" + android:configChanges="keyboardHidden|orientation" + android:label="@string/activity_redsquarees2_name" + android:description="@string/activity_redsquarees2_descr" + > + <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.NEWTLauncherGearsES1Activity" android:finishOnTaskLaunch="true" android:launchMode="standard" |