summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2009-10-20 15:57:43 -0700
committerJeff Sharkey <jsharkey@android.com>2009-10-20 16:02:01 -0700
commitd7bc6546268ccc21954427a3ef56f6365bacef5a (patch)
tree698f9eab3d5df09c216cf0e725b53e684836068a /docs
parentae26b8b6f40ad037927bf02ffd47953001c2cb3b (diff)
downloadframeworks_base-d7bc6546268ccc21954427a3ef56f6365bacef5a.zip
frameworks_base-d7bc6546268ccc21954427a3ef56f6365bacef5a.tar.gz
frameworks_base-d7bc6546268ccc21954427a3ef56f6365bacef5a.tar.bz2
Fix spacing to escape "false" correctly.
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/manifest/provider-element.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/provider-element.jd b/docs/html/guide/topics/manifest/provider-element.jd
index 3942f95..98892f1 100644
--- a/docs/html/guide/topics/manifest/provider-element.jd
+++ b/docs/html/guide/topics/manifest/provider-element.jd
@@ -111,7 +111,7 @@ temporarily overcoming the restriction imposed by the
<code><a href="{@docRoot}guide/topics/manifest/provider-element.html#wprmsn">writePermission</a></code>, and
<code><a href="{@docRoot}guide/topics/manifest/provider-element.html#prmsn">permission</a></code> attributes
&mdash;
-"{@code true}" if permission can be granted, and "{@ code false}" if not.
+"{@code true}" if permission can be granted, and "{@code false}" if not.
If "{@code true}", permission can be granted to any of the content
provider's data. If "{@code false}", permission can be granted only
to the data subsets listed in