summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorEvan Millar <>2009-03-31 16:46:08 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-31 16:46:08 -0700
commitd5e3b4765502cd917c95f2d441fd02d2bdadb0e4 (patch)
tree05ceda82b907d8c7f8a3d6ac1f15ef509c757eeb /AndroidManifest.xml
parent5a1777cc03bba321599a5e405c0bd5433c15c35b (diff)
downloadpackages_apps_LegacyCamera-d5e3b4765502cd917c95f2d441fd02d2bdadb0e4.zip
packages_apps_LegacyCamera-d5e3b4765502cd917c95f2d441fd02d2bdadb0e4.tar.gz
packages_apps_LegacyCamera-d5e3b4765502cd917c95f2d441fd02d2bdadb0e4.tar.bz2
AI 143861: Automated g4 rollback of changelist 143772.
*** Reason for rollback *** Revert temporary change for testing. *** Original change description *** Remove camcorder icon from launcher. This is a temporary measure for monkey testing purposes. Automated import of CL 143861
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5184057..8c79f8c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -38,11 +38,18 @@
</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.camera">
+ 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>
<intent-filter>
<action android:name="android.media.action.VIDEO_CAMERA" />
<category android:name="android.intent.category.DEFAULT" />