summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2012-09-24 19:42:34 -0700
committerMichael Kolb <kolby@google.com>2012-09-24 19:42:34 -0700
commit5dbbfcd44ff6360cd46ec636b006c52b5ebd9293 (patch)
tree670a1bdef16c24020d73955b0e743d632dfeee0b /AndroidManifest.xml
parent15ff1b1ca52bea348b8a490b5b5abe53fa43eaf2 (diff)
downloadandroid_packages_apps_Gallery2-5dbbfcd44ff6360cd46ec636b006c52b5ebd9293.tar.gz
android_packages_apps_Gallery2-5dbbfcd44ff6360cd46ec636b006c52b5ebd9293.tar.bz2
android_packages_apps_Gallery2-5dbbfcd44ff6360cd46ec636b006c52b5ebd9293.zip
Remove old camera activity from launcher
Bug: 7201108 The old activity can still be started via: adb shell am start -n com.google.android.gallery3d/com.android.camera.Camera Change-Id: I57094903375a1ab26c43b7f6870de073d58345fa
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f9035fa5d..bc0270b72 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -263,15 +263,9 @@
android:taskAffinity="com.android.camera.Camera"
android:label="@string/camera_label"
android:theme="@style/Theme.Camera"
- android:icon="@drawable/ic_switch_camera_holo_light"
android:configChanges="orientation|screenSize|keyboardHidden"
android:clearTaskOnLaunch="true"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
- <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>
</activity>
<activity android:name="com.android.camera.CameraActivity"