do not request the Storage permission from Android 10+
This commit is contained in:
parent
d4dc887bda
commit
a8cc12e838
|
@ -18,7 +18,7 @@
|
|||
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="29" />
|
||||
android:maxSdkVersion="28" />
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.telephony"
|
||||
|
|
Loading…
Reference in New Issue