mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-14 19:57:32 +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:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
|
android:requestLegacyExternalStorage="true"
|
||||||
android:theme="@style/GadgetbridgeTheme">
|
android:theme="@style/GadgetbridgeTheme">
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.ControlCenterv2"
|
android:name=".activities.ControlCenterv2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user