summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2012-09-14 12:17:54 -0700
committerMangesh Ghiware <mghiware@google.com>2012-09-14 12:17:54 -0700
commit9b12d9fe96aa6381ff11348549e699db6f18d35e (patch)
treed6c23661a79bf1ea58bf1d25964a4c2e2baddc79 /AndroidManifest.xml
parenta03ff6f3fad765def142825d70722922f34d6a5e (diff)
downloadandroid_packages_apps_Snap-9b12d9fe96aa6381ff11348549e699db6f18d35e.tar.gz
android_packages_apps_Snap-9b12d9fe96aa6381ff11348549e699db6f18d35e.tar.bz2
android_packages_apps_Snap-9b12d9fe96aa6381ff11348549e699db6f18d35e.zip
Handle image capture intent using new camera UI.
Bug: 7166362 Change-Id: I253230342803c12d25025378ef80ba3ef96a1233
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4a727b277..cc992155c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -267,10 +267,6 @@
android:configChanges="orientation|screenSize|keyboardHidden"
android:clearTaskOnLaunch="true"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
- <intent-filter>
- <action android:name="android.media.action.IMAGE_CAPTURE" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
</activity>
<!-- New camera doesn't support the CAPTURE intents yet. -->
@@ -283,6 +279,10 @@
android:clearTaskOnLaunch="true"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan">
<intent-filter>
+ <action android:name="android.media.action.IMAGE_CAPTURE" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ <intent-filter>
<action android:name="android.media.action.STILL_IMAGE_CAMERA" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>