diff options
author | Scott Main <smain@google.com> | 2010-11-04 18:45:05 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-11-04 18:45:05 -0700 |
commit | 6e88c84cbe0a07cb8c7b9ea23d1434bcf2e2a457 (patch) | |
tree | c23227fd2ded84fb84b0684e57c66551114f5332 /core/res | |
parent | 265acc5085ad03c4c043dd33faed808b55732134 (diff) | |
download | frameworks_base-6e88c84cbe0a07cb8c7b9ea23d1434bcf2e2a457.zip frameworks_base-6e88c84cbe0a07cb8c7b9ea23d1434bcf2e2a457.tar.gz frameworks_base-6e88c84cbe0a07cb8c7b9ea23d1434bcf2e2a457.tar.bz2 |
docs: remove allowClearUserData from <application> manifest doc
and clarify in javadocs that it's only for system apps
bug: 3128020
Change-Id: Ibc01f0e24f7d1f4e76a4da0a324c7682b92992aa
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/attrs_manifest.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index b26b7f1..f31dfec 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -90,10 +90,9 @@ <attr name="manageSpaceActivity" format="string" /> <!-- Option to let applications specify that user data can/cannot be - cleared. Some applications might not want to clear user data. Such - applications can explicitly set this value to false. This flag is - turned on by default unless explicitly set to false - by applications. --> + cleared. This flag is turned on by default. + <em>This attribute is usable only by applications + included in the system image. Third-party apps cannot use it.</em> --> <attr name="allowClearUserData" format="boolean" /> <!-- Option to let applications specify that user data should |