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.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/media/tests/CameraBrowser/AndroidManifest.xml b/media/tests/CameraBrowser/AndroidManifest.xml
deleted file mode 100644
index 1b1c146..0000000
--- a/media/tests/CameraBrowser/AndroidManifest.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.camerabrowser">
-
- <uses-permission android:name="android.permission.ACCESS_USB" />
-
- <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" />
-
- <receiver android:name="UsbReceiver">
- <intent-filter>
- <action android:name="android.hardware.action.USB_CAMERA_ATTACHED" />
- <data android:scheme="content"/>
- </intent-filter>
- </receiver>
-
- </application>
-
-
-</manifest>