summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorEvan Millar <>2009-03-31 14:15:40 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-31 14:15:40 -0700
commit5a1777cc03bba321599a5e405c0bd5433c15c35b (patch)
tree35b6ccb7382a8725e602b4ea829da61f7488f0ad /AndroidManifest.xml
parent244160941f0cb67cb18091b029b7efc3f5194ce3 (diff)
downloadpackages_apps_LegacyCamera-5a1777cc03bba321599a5e405c0bd5433c15c35b.tar.gz
packages_apps_LegacyCamera-5a1777cc03bba321599a5e405c0bd5433c15c35b.tar.bz2
packages_apps_LegacyCamera-5a1777cc03bba321599a5e405c0bd5433c15c35b.zip
AI 143772: Remove camcorder icon from launcher. This is a temporary measure for monkey testing purposes.
Automated import of CL 143772
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8c79f8ca..51840575 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -38,18 +38,11 @@
</intent-filter>
</activity>
<activity android:name="VideoCamera"
- android:label="@string/video_camera_label"
android:configChanges="orientation|keyboardHidden"
- android:icon="@drawable/ic_launcher_video_camera"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:screenOrientation="landscape"
android:clearTaskOnLaunch="true"
- android:taskAffinity="android.task.videocamera">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
+ android:taskAffinity="android.task.camera">
<intent-filter>
<action android:name="android.media.action.VIDEO_CAMERA" />
<category android:name="android.intent.category.DEFAULT" />