diff options
author | Scott Main <smain@google.com> | 2010-11-06 16:24:20 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-11-06 16:24:20 -0700 |
commit | 3513c3f17f6fdbb92d1bf3be68df97708bacbc82 (patch) | |
tree | f16ee20b32bb528a2a03ff9a7f671653a74ec51b /core/res | |
parent | 12b1401262845d9b906d64ab54260c1378ade4a5 (diff) | |
parent | 04856d99f8f353711f294254c1159461213684a5 (diff) | |
download | frameworks_base-3513c3f17f6fdbb92d1bf3be68df97708bacbc82.zip frameworks_base-3513c3f17f6fdbb92d1bf3be68df97708bacbc82.tar.gz frameworks_base-3513c3f17f6fdbb92d1bf3be68df97708bacbc82.tar.bz2 |
am 04856d99: am 6e88c84c: docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it\'s only for system apps bug: 3128020
* commit '04856d99f8f353711f294254c1159461213684a5':
docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it's only for system apps bug: 3128020
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 1ee8271..fe6176d 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -89,10 +89,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 |