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

Commit d5864a23 authored by Chih-Chung Chang's avatar Chih-Chung Chang Committed by Android Git Automerger
Browse files

am d8ad9c0d: Fix 5369640: Only accept content://media URI for photo editor.

* commit 'd8ad9c0d':
  Fix 5369640: Only accept content://media URI for photo editor.
parents d4a046c2 d8ad9c0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -199,6 +199,8 @@
                android:hardwareAccelerated="true">
            <intent-filter>
                <action android:name="android.intent.action.EDIT" />
                <data android:scheme="content" />
                <data android:host="media" />
                <data android:mimeType="image/*" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>