diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2009-10-20 15:57:43 -0700 |
|---|---|---|
| committer | Jeff Sharkey <jsharkey@android.com> | 2009-10-20 16:02:01 -0700 |
| commit | d7bc6546268ccc21954427a3ef56f6365bacef5a (patch) | |
| tree | 698f9eab3d5df09c216cf0e725b53e684836068a /docs | |
| parent | ae26b8b6f40ad037927bf02ffd47953001c2cb3b (diff) | |
| download | frameworks_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.jd | 2 |
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 — -"{@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 |
