diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index b05e2c7d39..db6642ce14 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -55,6 +55,7 @@ android:allowBackup="true" android:backupInForeground="true" android:fullBackupContent="@xml/backup_content" + android:dataExtractionRules="@xml/backup_content_v31" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/MwmTheme" diff --git a/android/res/xml/backup_content_v31.xml b/android/res/xml/backup_content_v31.xml new file mode 100644 index 0000000000..e6587a1bee --- /dev/null +++ b/android/res/xml/backup_content_v31.xml @@ -0,0 +1,11 @@ + + + + + + + + + + +