From 830cd188f74e0e824f055f07e135fc733831f265 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 12 May 2023 19:21:50 +0200 Subject: [PATCH] File permissions? --- ch.l3d.deutschlandticket/buildozer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch.l3d.deutschlandticket/buildozer.spec b/ch.l3d.deutschlandticket/buildozer.spec index 6c03a71..a41588f 100644 --- a/ch.l3d.deutschlandticket/buildozer.spec +++ b/ch.l3d.deutschlandticket/buildozer.spec @@ -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