summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Dolinsky <dmitryd@google.com>2011-09-13 16:01:40 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-13 16:01:40 -0700
commit03c2a00507b35e7cb5c5f5efa81c94b663cf68dd (patch)
treed8fb24b20758296f5151ae3acc18bce26eecb5c3
parentc6ceb6a084452c4e815f6bd3a6ea096857e68982 (diff)
parentba79f69f017d1922aad7eed44ab086b1a1e5c8e9 (diff)
downloadframeworks_base-03c2a00507b35e7cb5c5f5efa81c94b663cf68dd.zip
frameworks_base-03c2a00507b35e7cb5c5f5efa81c94b663cf68dd.tar.gz
frameworks_base-03c2a00507b35e7cb5c5f5efa81c94b663cf68dd.tar.bz2
Merge "List path-permission element under provider"
-rw-r--r--docs/html/guide/topics/manifest/provider-element.jd5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/provider-element.jd b/docs/html/guide/topics/manifest/provider-element.jd
index dd00224..4558800 100644
--- a/docs/html/guide/topics/manifest/provider-element.jd
+++ b/docs/html/guide/topics/manifest/provider-element.jd
@@ -27,7 +27,8 @@ parent.link=manifest-intro.html
<dt>can contain:</dt>
<dd><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code>
-<br/><code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permission&gt;</a></code></dd>
+<br/><code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permission&gt;</a></code>
+<br/><code><a href="{@docRoot}guide/topics/manifest/path-permission-element.html">&lt;path-permission&gt;</a></code></dd>
<dt>description:</dt>
<dd>Declares a content provider &mdash; a subclass of
@@ -252,7 +253,7 @@ See also the <code><a href="#prmsn">permission</a></code> and
<dt><a name="sync"></a>{@code android:syncable}</dt>
<dd>Whether or not the data under the content provider's control
is to be synchronized with data on a server &mdash; "{@code true}"
-if it is to be synchronized, and "{@ code false}" if not.</dd>
+if it is to be synchronized, and "{@code false}" if not.</dd>
<dt><a name="wprmsn"></a>{@code android:writePermission}</dt>
<dd>A permission that clients must have to make changes to the data