Skip to content

Commit 501f330

Browse files
RobertFlattShyamQt
authored andcommitted
WRITE_EXTERNAL_STORAGE maxSdk
1 parent eb9576c commit 501f330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<uses-feature android:glEsVersion="0x00020000" />
2626

2727
<!-- Allow writing to external storage -->
28-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
28+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="29"/>
2929
{% for perm in args.permissions %}
3030
{% if '.' in perm %}
3131
<uses-permission android:name="{{ perm }}" />

0 commit comments

Comments
 (0)