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

Commit dec4b75d authored by Zim's avatar Zim
Browse files

Request MANAGE_EXTERNAL_STORAGE permission

With the deprecation of WRITE_MEDIA_STORAGE in R. Apps should migrate
to requesting MANAGE_EXTERNAL_STORAGE permission

Test: m
Bug: 144914977
Change-Id: Ibd695a80c8f4cc276026a80d99e955159ace249a
parent 069dc427
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />

    <application android:allowClearUserData="false"
                 android:permission="android.permission.CONFIRM_FULL_BACKUP"