Skip to content

Commit 987f1e7

Browse files
nickkralAndroid (Google) Code Review
authored andcommitted
Merge "allowBackup doc fix." into jb-mr1-dev
2 parents 642030e + 5cb61c8 commit 987f1e7

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
@@ -708,11 +708,11 @@
708708
backup and restore of the application's data on external storage. -->
709709
<attr name="backupAgent" format="string" />
710710

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

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

0 commit comments

Comments
 (0)