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
commite70c9c5847eed1d8101540bc562e27896185e96d (patch)
tree65b32748de71884a4eed329207defb7167e99e4a /AndroidManifest.xml
parentc7e76d52814e75bd8654835b25b954c47db833f7 (diff)
downloadandroid_packages_apps_Snap-e70c9c5847eed1d8101540bc562e27896185e96d.tar.gz
android_packages_apps_Snap-e70c9c5847eed1d8101540bc562e27896185e96d.tar.bz2
android_packages_apps_Snap-e70c9c5847eed1d8101540bc562e27896185e96d.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"