mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-24 08:37:32 +01:00
Set allowBackup to false (trying prevent BackupManager from killing us)
This could help #134
This commit is contained in:
parent
4533ae22ee
commit
3410e90fb0
@ -31,8 +31,8 @@
|
||||
|
||||
<application
|
||||
android:name=".GBApplication"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="true"
|
||||
android:allowBackup="false"
|
||||
android:fullBackupContent="false"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/GadgetbridgeTheme">
|
||||
|
Loading…
x
Reference in New Issue
Block a user