mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-04 08:47:26 +00:00
Allow full backups of microG via adb backup
This commit is contained in:
parent
68a16af53b
commit
b7717e5d92
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name="androidx.multidex.MultiDexApplication"
|
android:name="androidx.multidex.MultiDexApplication"
|
||||||
android:allowBackup="false"
|
android:allowBackup="true"
|
||||||
|
android:fullBackupOnly="true"
|
||||||
android:extractNativeLibs="false"
|
android:extractNativeLibs="false"
|
||||||
android:forceQueryable="true"
|
android:forceQueryable="true"
|
||||||
android:icon="@mipmap/ic_core_service_app"
|
android:icon="@mipmap/ic_core_service_app"
|
||||||
|
|
Loading…
Reference in a new issue