summaryrefslogtreecommitdiffstats
path: root/media/tests/CameraBrowser/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'media/tests/CameraBrowser/AndroidManifest.xml')
-rw-r--r--media/tests/CameraBrowser/AndroidManifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/media/tests/CameraBrowser/AndroidManifest.xml b/media/tests/CameraBrowser/AndroidManifest.xml
new file mode 100644
index 0000000..dbbd62a
--- /dev/null
+++ b/media/tests/CameraBrowser/AndroidManifest.xml
@@ -0,0 +1,18 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.camerabrowser">
+
+ <application android:label="@string/app_label">
+ <activity android:name="CameraBrowser" android:label="Camera Browser">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+
+ <activity android:name="StorageBrowser" />
+ <activity android:name="ObjectBrowser" />
+ <activity android:name="ObjectViewer" />
+ </application>
+
+
+</manifest>