mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
adding the ACCESS_MEDIA_LOCATION and MANAGE_MEDIA permissions
This commit is contained in:
parent
96fb6a0e35
commit
72fe269b4b
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
|
||||
<uses-permission android:name="android.permission.SET_WALLPAPER" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<uses-permission android:name="android.permission.ACCESS_MEDIA_LOCATION" />
|
||||
<uses-permission android:name="android.permission.MANAGE_MEDIA" />
|
||||
|
||||
<uses-permission
|
||||
android:name="android.permission.ACCESS_NETWORK_STATE"
|
||||
tools:node="remove" />
|
||||
|
|
Loading…
Reference in a new issue