summaryrefslogtreecommitdiffstats
path: root/make/resources/android/AndroidManifest-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-04-04 06:15:05 +0200
committerSven Gothel <[email protected]>2012-04-04 06:15:05 +0200
commit74c6486a5eb40b760b500e836f4e4ffec8cb1ce5 (patch)
tree4aa64a004a551c805906b2ac3c85543f12f7bc25 /make/resources/android/AndroidManifest-test.xml
parent9e680fe86cd5b64aa758ce32666a6efa19118d3d (diff)
Split Android MovieSimple Launcher to 3
00: One movie view, centered, no effects 01: Two movie views (Main + HUD) using same GLMediaPlayer [texture] and stream 02: Two movie views (Main + HUD) each using own GLMediaPlayer and stream
Diffstat (limited to 'make/resources/android/AndroidManifest-test.xml')
-rw-r--r--make/resources/android/AndroidManifest-test.xml24
1 files changed, 22 insertions, 2 deletions
diff --git a/make/resources/android/AndroidManifest-test.xml b/make/resources/android/AndroidManifest-test.xml
index 84256f6f4..95141855b 100644
--- a/make/resources/android/AndroidManifest-test.xml
+++ b/make/resources/android/AndroidManifest-test.xml
@@ -95,8 +95,28 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <activity android:name="com.jogamp.opengl.test.android.MovieSimpleActivityLauncher"
- android:label="@string/activity_moviesimple_name"
+ <activity android:name="com.jogamp.opengl.test.android.MovieSimpleActivityLauncher00"
+ android:label="@string/activity_moviesimple00_name"
+ android:description="@string/activity_moviesimple_descr"
+ android:theme="@android:style/Theme.NoDisplay"
+ >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="com.jogamp.opengl.test.android.MovieSimpleActivityLauncher01"
+ android:label="@string/activity_moviesimple01_name"
+ android:description="@string/activity_moviesimple_descr"
+ android:theme="@android:style/Theme.NoDisplay"
+ >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="com.jogamp.opengl.test.android.MovieSimpleActivityLauncher02"
+ android:label="@string/activity_moviesimple02_name"
android:description="@string/activity_moviesimple_descr"
android:theme="@android:style/Theme.NoDisplay"
>