summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/ModelViewer/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/java/ModelViewer/AndroidManifest.xml')
-rw-r--r--libs/rs/java/ModelViewer/AndroidManifest.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/libs/rs/java/ModelViewer/AndroidManifest.xml b/libs/rs/java/ModelViewer/AndroidManifest.xml
index 959fe53..e5e449b 100644
--- a/libs/rs/java/ModelViewer/AndroidManifest.xml
+++ b/libs/rs/java/ModelViewer/AndroidManifest.xml
@@ -3,14 +3,19 @@
package="com.android.modelviewer">
<application android:label="ModelViewer">
<activity android:name="SimpleModel"
- android:label="SimpleModel"
- android:screenOrientation="portrait"
- android:theme="@android:style/Theme.Black.NoTitleBar">
+ android:label="SimpleModel">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity android:name="A3DSelector"
+ android:label="A3DSelector"
+ android:hardwareAccelerated="true">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ </intent-filter>
+ </activity>
<activity android:name="SceneGraph"
android:label="SceneGraph"
android:theme="@android:style/Theme.Black.NoTitleBar">