Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80d48830 authored by Paul Quei's avatar Paul Quei
Browse files

Fix Issue 59989



Case typo in documentation for <application> tag

Signed-off-by: default avatarPaul 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
parent f39abeb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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