Pre-grant ACCESS_MEDIA_LOCATION permission

This commit is contained in:
Torsten Grote 2023-01-03 16:20:33 -03:00
parent 4520ed4fff
commit bd0864bcb1
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -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>