Remove storage permission requirement
It's not necessary for importing/exporting blocked numbers or keywords. See https://github.com/FossifyOrg/Messages/discussions/309
This commit is contained in:
parent
23f52cb8c8
commit
6531f9f104
2 changed files with 17 additions and 58 deletions
|
|
@ -15,10 +15,6 @@
|
|||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
|
||||
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="28" />
|
||||
|
||||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
<uses-permission
|
||||
android:name="android.permission.USE_BIOMETRIC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue