diff options
| -rw-r--r-- | core/res/res/values/attrs_manifest.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 9f3d80c2ab82..c5f4fd1a898a 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -1949,7 +1949,10 @@ <!-- Applications can set this attribute to an xml resource within their app where they specified the rules determining which files and directories can be copied from the device - as part of backup or transfer operations. --> + as part of backup or transfer operations. + + See the <a href="{@docRoot}about/versions/12/backup-restore">Changes in backup and restore</a> + document for the format of the XML file.--> <attr name="dataExtractionRules" format="reference"/> </declare-styleable> |