allowBackup doc fix.

Clarify that setting allowBackup="false" opts an application
out of both backups AND RESTORES.  The previous documentation
implied this setting was for backups only.

Bug: 7211025
Change-Id: I89f095be36d4d0016a8c05928b1922755a7cd75a
This commit is contained in:
Nick Kralevich
2012-09-21 10:49:19 -07:00
parent 5dbeb6a8ff
commit 5cb61c8a3d

View File

@@ -707,11 +707,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