summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2014-09-17 17:33:16 -0700
committerAlan Newberger <alann@google.com>2014-09-17 17:33:16 -0700
commit014369d5abdcd23e951d31021144d2e0039cd218 (patch)
treeacf5c31cb2088793ca23051e38a52ae7d105d0fa /AndroidManifest.xml
parent58305fc4246cd82429b8882a4aca22c21fdc89d4 (diff)
downloadandroid_packages_apps_Gallery2-014369d5abdcd23e951d31021144d2e0039cd218.tar.gz
android_packages_apps_Gallery2-014369d5abdcd23e951d31021144d2e0039cd218.tar.bz2
android_packages_apps_Gallery2-014369d5abdcd23e951d31021144d2e0039cd218.zip
Bring Gallery2 manifest into parity with CROP support
Gallery2 does not support http/https CROPping, so remove them from manifest. Tested app on device and confirmed Gallery2 is still successfully a CROP app for content URIs after this modification. Bug: 15919429 Change-Id: Ib0dacdbf3013d8a2f35a07a8ea0e15070ebdb2e7
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 59da7eae7..7c290c768 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -280,11 +280,8 @@
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter android:label="@string/crop_label">
<action android:name="com.android.camera.action.CROP" />
- <data android:scheme="http" />
- <data android:scheme="https" />
<data android:scheme="content" />
<data android:scheme="file" />
- <data android:scheme="" />
<data android:mimeType="image/*" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.ALTERNATIVE" />