From 80d488306e85be403dce407d50bd9887ca2e29e2 Mon Sep 17 00:00:00 2001
From: Paul Quei
Date: Thu, 12 Sep 2013 21:57:02 +0800
Subject: [PATCH] Fix Issue 59989
Case typo in documentation for tag
Signed-off-by: Paul Quei
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
---
docs/html/guide/topics/manifest/application-element.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/html/guide/topics/manifest/application-element.jd b/docs/html/guide/topics/manifest/application-element.jd
index 6bfa3dc8aee88..99f063a6ce353 100644
--- a/docs/html/guide/topics/manifest/application-element.jd
+++ b/docs/html/guide/topics/manifest/application-element.jd
@@ -80,7 +80,7 @@ information.
-{@code android:allowbackup}
+{@code android:allowBackup}
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