summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2015-03-13 00:09:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-13 00:09:31 +0000
commit470ad0fa1c0a4047c0a4c3d132a9ec3106e447ba (patch)
tree1625d7f97da7a141a1afc7a2a79c5e1ccece98fb /docs/html
parenta6b0ddb7f1437d67538364f16dedb61f7966c653 (diff)
parent60a907e60c70d9d3807a4cea234ea87b324f03e8 (diff)
downloadframeworks_base-470ad0fa1c0a4047c0a4c3d132a9ec3106e447ba.zip
frameworks_base-470ad0fa1c0a4047c0a4c3d132a9ec3106e447ba.tar.gz
frameworks_base-470ad0fa1c0a4047c0a4c3d132a9ec3106e447ba.tar.bz2
Merge "Correct docs to specify leading slash in paths." into lmp-docs
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/guide/topics/manifest/data-element.jd5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/data-element.jd b/docs/html/guide/topics/manifest/data-element.jd
index ecba508..77f16dd 100644
--- a/docs/html/guide/topics/manifest/data-element.jd
+++ b/docs/html/guide/topics/manifest/data-element.jd
@@ -24,7 +24,7 @@ just a URI, or both a data type and a URI. A URI is specified by separate
attributes for each of its parts:
<p style="margin-left: 2em">
-{@code &lt;scheme>://&lt;host>:&lt;port>/[&lt;path>|&lt;pathPrefix>|&lt;pathPattern>]}</p>
+{@code &lt;scheme>://&lt;host>:&lt;port>[&lt;path>|&lt;pathPrefix>|&lt;pathPattern>]}</p>
<p>
These attributes that specify the URL format are optional, but also mutually dependent:
@@ -115,7 +115,8 @@ the filter.</dd>
<dt><a name="path"></a>{@code android:path}
<br/>{@code android:pathPrefix}
<br/>{@code android:pathPattern}</dt>
-<dd>The path part of a URI. The {@code path} attribute specifies a complete
+<dd>The path part of a URI which must begin with a /.
+The {@code path} attribute specifies a complete
path that is matched against the complete path in an Intent object. The
{@code pathPrefix} attribute specifies a partial path that is matched against
only the initial part of the path in the Intent object. The {@code pathPattern}