mirror of
https://github.com/markqvist/Sideband.git
synced 2025-10-03 17:18:41 -04:00
Fix file manager access on Android 10
This commit is contained in:
parent
210163de0a
commit
88e03340cf
3 changed files with 3 additions and 3 deletions
|
@ -54,6 +54,7 @@
|
|||
{{ args.extra_manifest_application_arguments }}
|
||||
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
|
||||
android:hardwareAccelerated="true"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
>
|
||||
{% for l in args.android_used_libs %}
|
||||
<uses-library android:name="{{ l }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue