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

Commit 0f5af786 authored by Alan Newberger's avatar Alan Newberger Committed by Android Git Automerger
Browse files

am 014369d5: Bring Gallery2 manifest into parity with CROP support

* commit '014369d5':
  Bring Gallery2 manifest into parity with CROP support
parents fbbc8f1e 014369d5
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" />