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: I6ea64006fbba7a792d7c59a1c5ae526357fe8894
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
<!-- Used to read storage for all users -->
|
||||
<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
|
||||
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
<uses-permission android:name="android.permission.INJECT_EVENTS" />
|
||||
|
||||
Reference in New Issue
Block a user