summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2012-09-14 12:40:03 -0700
committerMangesh Ghiware <mghiware@google.com>2012-09-14 12:40:03 -0700
commitdfb1c8c3160c640a84a28f2a0ebf21b6648aa543 (patch)
treeb46f3864714257e73a7c98236ee16e3090ea912f /AndroidManifest.xml
parent9b12d9fe96aa6381ff11348549e699db6f18d35e (diff)
downloadandroid_packages_apps_Snap-dfb1c8c3160c640a84a28f2a0ebf21b6648aa543.tar.gz
android_packages_apps_Snap-dfb1c8c3160c640a84a28f2a0ebf21b6648aa543.tar.bz2
android_packages_apps_Snap-dfb1c8c3160c640a84a28f2a0ebf21b6648aa543.zip
Add launcher icon for old camera UI
Needed for testing HAL Change-Id: I528fe4564d1e2a2b9fe0e2a5be711da3c98a4a45
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cc992155c..95e2741ef 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -263,10 +263,15 @@
android:taskAffinity="com.android.camera"
android:label="@string/camera_label"
android:theme="@style/Theme.Camera"
- android:icon="@mipmap/ic_launcher_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>
<!-- New camera doesn't support the CAPTURE intents yet. -->
@@ -274,7 +279,7 @@
android:taskAffinity="com.google.android.camera"
android:label="@string/camera_label"
android:theme="@style/Theme.Camera"
- android:icon="@drawable/ic_switch_camera_holo_light"
+ android:icon="@mipmap/ic_launcher_camera"
android:configChanges="orientation|screenSize|keyboardHidden"
android:clearTaskOnLaunch="true"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan">