Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 014369d5 authored by Alan Newberger's avatar Alan Newberger
Browse files

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
parent 58305fc4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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" />