diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2009-10-22 09:34:45 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-22 09:34:45 -0700 |
| commit | 4d53dd40ea5e433da419d0bddb0269a7acb2c268 (patch) | |
| tree | e4df8bd83a85edd69e56bbb71afe461f459941bd /docs | |
| parent | 1e067a7338949da812ac5c327c6b5d7944e4d297 (diff) | |
| parent | d7b1d3d4b4ff49a4b0872f8e39c71d8867527d63 (diff) | |
| download | frameworks_base-4d53dd40ea5e433da419d0bddb0269a7acb2c268.zip frameworks_base-4d53dd40ea5e433da419d0bddb0269a7acb2c268.tar.gz frameworks_base-4d53dd40ea5e433da419d0bddb0269a7acb2c268.tar.bz2 | |
am d7b1d3d4: am 9aa7e4e7: am d7bc6546: Fix spacing to escape "false" correctly.
Merge commit 'd7b1d3d4b4ff49a4b0872f8e39c71d8867527d63' into eclair-mr2-plus-aosp
* commit 'd7b1d3d4b4ff49a4b0872f8e39c71d8867527d63':
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 |
