Add BackupDescriptor

This commit is contained in:
Mylloon 2021-09-03 00:58:27 +02:00
parent fedb22b542
commit 4ad4ddc731
2 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,8 @@
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.MobiDL" > android:theme="@style/Theme.MobiDL"
android:fullBackupContent="@xml/backup_descriptor">
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true" > android:exported="true" >

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<!-- Exclude specific shared preferences that contain GCM registration Id -->
</full-backup-content>