summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorEvan Millar <>2009-03-31 16:46:03 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-31 16:46:03 -0700
commitc16bd98ec8e4c3ed591251ecfb0c5abebba45b8a (patch)
tree05ceda82b907d8c7f8a3d6ac1f15ef509c757eeb /AndroidManifest.xml
parentf7684416265ae586068bdd99d2bd51766f3f07a6 (diff)
downloadLegacyCamera-c16bd98ec8e4c3ed591251ecfb0c5abebba45b8a.zip
LegacyCamera-c16bd98ec8e4c3ed591251ecfb0c5abebba45b8a.tar.gz
LegacyCamera-c16bd98ec8e4c3ed591251ecfb0c5abebba45b8a.tar.bz2
AI 143862: am: CL 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. Original author: emillar Merged from: //branches/cupcake/... Automated import of CL 143862
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" />