From ba79f69f017d1922aad7eed44ab086b1a1e5c8e9 Mon Sep 17 00:00:00 2001 From: Dmitry Dolinsky Date: Tue, 13 Sep 2011 15:08:06 -0700 Subject: List path-permission element under provider Also, minor formating fix Change-Id: Idc9bf4f43e74b85d137564428aebd9f1ce42a1ab --- docs/html/guide/topics/manifest/provider-element.jd | 5 +++-- 1 file 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 dd0022405152..455880035a9c 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
can contain:
<meta-data> -
<grant-uri-permission>
+
<grant-uri-permission> +
<path-permission>
description:
Declares a content provider — a subclass of @@ -252,7 +253,7 @@ See also the permission and
{@code android:syncable}
Whether or not the data under the content provider's control is to be synchronized with data on a server — "{@code true}" -if it is to be synchronized, and "{@ code false}" if not.
+if it is to be synchronized, and "{@code false}" if not.
{@code android:writePermission}
A permission that clients must have to make changes to the data -- cgit v1.2.3-59-g8ed1b