Pre-grant ACCESS_MEDIA_LOCATION permission
This commit is contained in:
parent
4b9e2bb9f3
commit
03ef65b5db
1 changed files with 2 additions and 0 deletions
|
@ -3,5 +3,7 @@
|
|||
<exception package="com.stevesoltys.seedvault">
|
||||
<!-- Notifications -->
|
||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||
<!-- Needed to back up original files with all metadata -->
|
||||
<permission name="android.permission.ACCESS_MEDIA_LOCATION" fixed="true"/>
|
||||
</exception>
|
||||
</exceptions>
|
||||
|
|
Loading…
Reference in a new issue