summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-11-05 13:57:31 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-05 13:57:31 -0700
commit04856d99f8f353711f294254c1159461213684a5 (patch)
tree1fe2bbe69b3ec43cb52e93267866471c9eb38db6 /docs/html
parentc3b112ba20310a8f89c42f7a21295890660191d7 (diff)
parent6e88c84cbe0a07cb8c7b9ea23d1434bcf2e2a457 (diff)
downloadframeworks_base-04856d99f8f353711f294254c1159461213684a5.zip
frameworks_base-04856d99f8f353711f294254c1159461213684a5.tar.gz
frameworks_base-04856d99f8f353711f294254c1159461213684a5.tar.bz2
am 6e88c84c: docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it\'s only for system apps bug: 3128020
* commit '6e88c84cbe0a07cb8c7b9ea23d1434bcf2e2a457': docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it's only for system apps bug: 3128020
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/guide/topics/manifest/application-element.jd9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/html/guide/topics/manifest/application-element.jd b/docs/html/guide/topics/manifest/application-element.jd
index 786223f..9ac07fd 100644
--- a/docs/html/guide/topics/manifest/application-element.jd
+++ b/docs/html/guide/topics/manifest/application-element.jd
@@ -3,8 +3,7 @@ page.title=&lt;application&gt;
<dl class="xml">
<dt>syntax:</dt>
-<dd><pre class="stx">&lt;application android:<a href="#clear">allowClearUserData</a>=["true" | "false"]
- android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"]
+<dd><pre class="stx">&lt;application android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"]
android:<a href="#agent">backupAgent</a>="<i>string</i>"
android:<a href="#debug">debuggable</a>=["true" | "false"]
android:<a href="#desc">description</a>="<i>string resource</i>"
@@ -49,12 +48,6 @@ cannot be overridden by the components.</dd>
<dt>attributes</dt>
<dd><dl class="attr">
-<dt><a name="clear"></a>{@code android:allowClearUserData}</dt>
-<dd>Whether or not users are given the option to remove user data &mdash;
-"{@code true}" if they are, and "{@code false}" if not. If the value is
-"{@code true}", as it is by default, the application manager includes an
-option that allows users to clear the data.</dd>
-
<dt><a name="reparent"></a>{@code android:allowTaskReparenting}</dt>
<dd>Whether or not activities that the application defines can move from
the task that started them to the task they have an affinity for when that task