Allow full backups of microG via adb backup

This commit is contained in:
Marvin W 2020-12-21 21:11:57 +01:00
parent 68a16af53b
commit b7717e5d92
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 2 additions and 1 deletions

View File

@ -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"