Skip to content

Commit 8e6f8eb

Browse files
committed
Remove storage permission requirement
It's no longer necessary for importing/exporting blocked numbers. Context: - FossifyOrg/commons#82 - https://github.com/FossifyOrg/Messages/discussions/309
1 parent 3a06bd0 commit 8e6f8eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
2323
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
2424

25-
<uses-permission
26-
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
27-
android:maxSdkVersion="28" />
28-
2925
<uses-permission
3026
android:name="android.permission.USE_FINGERPRINT"
3127
tools:node="remove" />

0 commit comments

Comments
 (0)