Fix Issue 59989
Case typo in documentation for <application> tag Signed-off-by: Paul Quei <paulquei@gmail.com> On the page http://developer.android.com/guide/topics/manifest/application-element.html, in the "ATTRIBUTES" section, the heading "android:allowbackup" should be "android:allowBackup" (ie. upper case "B"). Change-Id: I7cab16729ea2ffc653bc449009ff983a05f6e867
This commit is contained in:
@@ -80,7 +80,7 @@ information.
|
||||
</p></dd>
|
||||
|
||||
|
||||
<dt><a name="allowbackup"></a>{@code android:allowbackup}</dt>
|
||||
<dt><a name="allowbackup"></a>{@code android:allowBackup}</dt>
|
||||
<dd>Whether to allow the application to participate in the backup
|
||||
and restore infrastructure. If this attribute is set to false, no backup
|
||||
or restore of the application will ever be performed, even by a full-system
|
||||
|
||||
Reference in New Issue
Block a user