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

Commit d8ad9c0d authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

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

Change-Id: Ie68e9cfb8ef8d181ac7e23abd4b0caa6ded20938
parent 9025dba3
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>