mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Allow full backups of microG via adb backup
This commit is contained in:
parent
68a16af53b
commit
b7717e5d92
@ -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 New Issue
Block a user