mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 11:17:33 +01:00
Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms
This commit is contained in:
parent
91b27901e7
commit
584ba867b5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user