Loading docs/html/guide/topics/manifest/application-element.jd +1 −11 Original line number Original line Diff line number Diff line Loading @@ -3,8 +3,7 @@ page.title=<application> <dl class="xml"> <dl class="xml"> <dt>syntax:</dt> <dt>syntax:</dt> <dd><pre class="stx"><application android:<a href="#backup">allowBackup</a>=["true" | "false"] <dd><pre class="stx"><application android:<a href="#clear">allowClearUserData</a>=["true" | "false"] android:<a href="#clear">allowClearUserData</a>=["true" | "false"] android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"] android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"] android:<a href="#agent">backupAgent</a>="<i>string</i>" android:<a href="#agent">backupAgent</a>="<i>string</i>" android:<a href="#debug">debuggable</a>=["true" | "false"] android:<a href="#debug">debuggable</a>=["true" | "false"] Loading Loading @@ -49,15 +48,6 @@ cannot be overridden by the components.</dd> <dt>attributes</dt> <dt>attributes</dt> <dd><dl class="attr"> <dd><dl class="attr"> <dt><a name="backup"></a>{@code android:allowBackup}</dt> <dd>Whether the application allows its data to be backed up through the Android Backup Manager — "{@code true}" if it does, "{@code false}" if not. By default this attribute is "{@code true}". If an application declares this attribute to be "{@code false}" the Backup Manager will never attempt to perform any backup or restore operation, even if the application declares a valid <a href="#agent">{@code android:backupAgent}</a> attribute in its manifest. </dd> <dt><a name="clear"></a>{@code android:allowClearUserData}</dt> <dt><a name="clear"></a>{@code android:allowClearUserData}</dt> <dd>Whether or not users are given the option to remove user data — <dd>Whether or not users are given the option to remove user data — Loading Loading
docs/html/guide/topics/manifest/application-element.jd +1 −11 Original line number Original line Diff line number Diff line Loading @@ -3,8 +3,7 @@ page.title=<application> <dl class="xml"> <dl class="xml"> <dt>syntax:</dt> <dt>syntax:</dt> <dd><pre class="stx"><application android:<a href="#backup">allowBackup</a>=["true" | "false"] <dd><pre class="stx"><application android:<a href="#clear">allowClearUserData</a>=["true" | "false"] android:<a href="#clear">allowClearUserData</a>=["true" | "false"] android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"] android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"] android:<a href="#agent">backupAgent</a>="<i>string</i>" android:<a href="#agent">backupAgent</a>="<i>string</i>" android:<a href="#debug">debuggable</a>=["true" | "false"] android:<a href="#debug">debuggable</a>=["true" | "false"] Loading Loading @@ -49,15 +48,6 @@ cannot be overridden by the components.</dd> <dt>attributes</dt> <dt>attributes</dt> <dd><dl class="attr"> <dd><dl class="attr"> <dt><a name="backup"></a>{@code android:allowBackup}</dt> <dd>Whether the application allows its data to be backed up through the Android Backup Manager — "{@code true}" if it does, "{@code false}" if not. By default this attribute is "{@code true}". If an application declares this attribute to be "{@code false}" the Backup Manager will never attempt to perform any backup or restore operation, even if the application declares a valid <a href="#agent">{@code android:backupAgent}</a> attribute in its manifest. </dd> <dt><a name="clear"></a>{@code android:allowClearUserData}</dt> <dt><a name="clear"></a>{@code android:allowClearUserData}</dt> <dd>Whether or not users are given the option to remove user data — <dd>Whether or not users are given the option to remove user data — Loading