mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-01 23:35:28 +00:00
Disable backup of preferences due to the device-specific data contained there
This commit is contained in:
parent
b287606106
commit
a96f688bb2
@ -26,6 +26,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:isGame="true"
|
||||
android:banner="@drawable/atv_banner"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
|
5
app/src/main/res/xml/backup_rules.xml
Normal file
5
app/src/main/res/xml/backup_rules.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
<!-- Don't sync preferences because it often contains device-specific data -->
|
||||
<exclude domain="sharedpref" path="."/>
|
||||
</full-backup-content>
|
Loading…
x
Reference in New Issue
Block a user