mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Prevent encrypted.pref file from being backed up, at best it won't work at worst it will prevent VFS from being turned on
This commit is contained in:
parent
71bb569fde
commit
e0ff593f3d
1 changed files with 2 additions and 1 deletions
|
|
@ -9,5 +9,6 @@
|
||||||
<!--
|
<!--
|
||||||
<include domain="sharedpref" path="."/>
|
<include domain="sharedpref" path="."/>
|
||||||
<exclude domain="sharedpref" path="device.xml"/>
|
<exclude domain="sharedpref" path="device.xml"/>
|
||||||
-->
|
-->
|
||||||
|
<exclude domain="sharedpref" path="encrypted.pref"/>
|
||||||
</full-backup-content>
|
</full-backup-content>
|
||||||
Loading…
Add table
Reference in a new issue