Skip to content

Commit 5cb61c8

Browse files
committed
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
1 parent 5dbeb6a commit 5cb61c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/res/res/values/attrs_manifest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -707,11 +707,11 @@
707707
backup and restore of the application's data on external storage. -->
708708
<attr name="backupAgent" format="string" />
709709

710-
<!-- Whether to allow the application to participate in backup
711-
infrastructure. If this attribute is set to <code>false</code>, no backup
712-
of the application will ever be performed, even by a full-system backup that
713-
would otherwise cause all application data to be saved via adb. The
714-
default value of this attribute is <code>true</code>. -->
710+
<!-- Whether to allow the application to participate in the backup
711+
and restore infrastructure. If this attribute is set to <code>false</code>,
712+
no backup or restore of the application will ever be performed, even by a
713+
full-system backup that would otherwise cause all application data to be saved
714+
via adb. The default value of this attribute is <code>true</code>. -->
715715
<attr name="allowBackup" format="boolean" />
716716

717717
<!-- Whether the application in question should be terminated after its

0 commit comments

Comments
 (0)