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

Commit 34f0f73d authored by kaiyiz's avatar kaiyiz Committed by cretin45
Browse files

Gallery2: Fix file exist in SD card when delete from Gallery

The permission of writing sd card is not effective which cause
this bug happen.

Add write sd card permission.

CRs-Fixed: 754706

Change-Id: Idd14a7ffbcce1e35d7ca6272118c48014758a1a5
parent 4b7fae36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
    <uses-permission android:name="android.permission.WRITE_SETTINGS" />
    <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>
    <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
    <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE"/>
    <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" />
    <uses-permission android:name="android.permission.BLUETOOTH" />