security: encrypt credentials, caches, and harden lock screen
Auto Tag on Version Change / check-version (push) Successful in 6s
Auto Tag on Version Change / check-version (push) Successful in 6s
This commit is contained in:
@@ -5,15 +5,27 @@
|
||||
-->
|
||||
<data-extraction-rules>
|
||||
<cloud-backup>
|
||||
<!-- TODO: Use <include> and <exclude> to control what is backed up.
|
||||
<include .../>
|
||||
<exclude .../>
|
||||
-->
|
||||
<exclude domain="sharedpref" path="credential_store.xml"/>
|
||||
<exclude domain="sharedpref" path="mib_prefs.xml"/>
|
||||
<exclude domain="sharedpref" path="prefs.xml"/>
|
||||
<exclude domain="sharedpref" path="account_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="contacts_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="financing_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="foreign_limits_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="recents_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="lock_attempts.xml"/>
|
||||
<exclude domain="cache" path="."/>
|
||||
</cloud-backup>
|
||||
<!--
|
||||
<device-transfer>
|
||||
<include .../>
|
||||
<exclude .../>
|
||||
<exclude domain="sharedpref" path="credential_store.xml"/>
|
||||
<exclude domain="sharedpref" path="mib_prefs.xml"/>
|
||||
<exclude domain="sharedpref" path="prefs.xml"/>
|
||||
<exclude domain="sharedpref" path="account_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="contacts_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="financing_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="foreign_limits_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="recents_cache.xml"/>
|
||||
<exclude domain="sharedpref" path="lock_attempts.xml"/>
|
||||
<exclude domain="cache" path="."/>
|
||||
</device-transfer>
|
||||
-->
|
||||
</data-extraction-rules>
|
||||
Reference in New Issue
Block a user