File permissions?
All checks were successful
Build / Build for Android (push) Successful in 34m45s

This commit is contained in:
L3D 2023-05-12 19:21:50 +02:00
parent 0a7dc3d686
commit 830cd188f7
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -95,7 +95,7 @@ fullscreen = 0
# (list) Permissions
# (See https://python-for-android.readthedocs.io/en/latest/buildoptions/#build-options-1 for all the supported syntaxes and properties)
#android.permissions = android.permission.INTERNET, (name=android.permission.WRITE_EXTERNAL_STORAGE;maxSdkVersion=18)
android.permissions = android.permission.INTERNET, (name=android.permission.WRITE_EXTERNAL_STORAGE;maxSdkVersion=18), android.permission.READ_EXTERNAL_STORAGE
# (list) features (adds uses-feature -tags to manifest)
#android.features = android.hardware.usb.host