aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/android/AndroidManifest-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-03-25 23:55:39 +0100
committerSven Gothel <[email protected]>2014-03-25 23:55:39 +0100
commit38febaa43f91e389ffdaf64a2cdd8145629e0b8d (patch)
tree9adb504527dcef76a10660c854cb658a0be58ff3 /make/resources/android/AndroidManifest-test.xml
parentb078f74cc707e7fc962efde08ab5d9cc6667e27c (diff)
Bug 801: Adjust Tests: GPUUIScene* use window proportional button size; Add Android MovieCubeActivity0a for 'no text' version
Diffstat (limited to 'make/resources/android/AndroidManifest-test.xml')
-rw-r--r--make/resources/android/AndroidManifest-test.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/make/resources/android/AndroidManifest-test.xml b/make/resources/android/AndroidManifest-test.xml
index 0251eb505..916f34e05 100644
--- a/make/resources/android/AndroidManifest-test.xml
+++ b/make/resources/android/AndroidManifest-test.xml
@@ -171,8 +171,18 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <activity android:name="com.jogamp.opengl.test.android.MovieCubeActivityLauncher0"
- android:label="@string/activity_moviecube0_name"
+ <activity android:name="com.jogamp.opengl.test.android.MovieCubeActivityLauncher0a"
+ android:label="@string/activity_moviecube0a_name"
+ android:description="@string/activity_moviecube_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.MovieCubeActivityLauncher0b"
+ android:label="@string/activity_moviecube0b_name"
android:description="@string/activity_moviecube_descr"
android:theme="@android:style/Theme.NoDisplay"
>