diff options
-rw-r--r-- | core/res/res/values/attrs_manifest.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 7209e4e..0775040 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -708,11 +708,11 @@ backup and restore of the application's data on external storage. --> <attr name="backupAgent" format="string" /> - <!-- Whether to allow the application to participate in backup - infrastructure. If this attribute is set to <code>false</code>, no backup - of the application will ever be performed, even by a full-system backup that - would otherwise cause all application data to be saved via adb. The - default value of this attribute is <code>true</code>. --> + <!-- Whether to allow the application to participate in the backup + and restore infrastructure. If this attribute is set to <code>false</code>, + no backup or restore of the application will ever be performed, even by a + full-system backup that would otherwise cause all application data to be saved + via adb. The default value of this attribute is <code>true</code>. --> <attr name="allowBackup" format="boolean" /> <!-- Whether the application in question should be terminated after its |