1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 16:21:16 +02:00

Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms

This commit is contained in:
Andreas Shimokawa 2021-03-13 22:32:58 +01:00
parent 91b27901e7
commit 584ba867b5

View File

@ -68,6 +68,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:requestLegacyExternalStorage="true"
android:theme="@style/GadgetbridgeTheme">
<activity
android:name=".activities.ControlCenterv2"