diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2009-10-22 09:50:46 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-22 09:50:46 -0700 |
| commit | 5f23370d155ca6ad4caf37203a7e4fa40c54638b (patch) | |
| tree | 0aab819f81d935f65447ba8d60b3d190dc5d8ca5 /docs | |
| parent | a84a689c11b6a485ee099c32b7b78f04afb51576 (diff) | |
| parent | 4d53dd40ea5e433da419d0bddb0269a7acb2c268 (diff) | |
| download | frameworks_base-5f23370d155ca6ad4caf37203a7e4fa40c54638b.zip frameworks_base-5f23370d155ca6ad4caf37203a7e4fa40c54638b.tar.gz frameworks_base-5f23370d155ca6ad4caf37203a7e4fa40c54638b.tar.bz2 | |
am 4d53dd40: am d7b1d3d4: am 9aa7e4e7: am d7bc6546: Fix spacing to escape "false" correctly.
Merge commit '4d53dd40ea5e433da419d0bddb0269a7acb2c268'
* commit '4d53dd40ea5e433da419d0bddb0269a7acb2c268':
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 7f51f8d..c80b207 100644 --- a/docs/html/guide/topics/manifest/provider-element.jd +++ b/docs/html/guide/topics/manifest/provider-element.jd @@ -109,7 +109,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 |
