Skip to content

Commit a8cc12e

Browse files
committed
do not request the Storage permission from Android 10+
1 parent d4dc887 commit a8cc12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<uses-permission
2020
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
21-
android:maxSdkVersion="29" />
21+
android:maxSdkVersion="28" />
2222

2323
<uses-feature
2424
android:name="android.hardware.telephony"

0 commit comments

Comments
 (0)