mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-03 00:17:24 +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
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:allowBackup="false"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupOnly="true"
|
||||
android:extractNativeLibs="false"
|
||||
android:forceQueryable="true"
|
||||
android:icon="@mipmap/ic_core_service_app"
|
||||
|
|
Loading…
Reference in a new issue