diff options
| author | Craig Mautner <cmautner@google.com> | 2015-03-13 00:53:51 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-13 00:53:51 +0000 |
| commit | e8ef4af3dfdf35d1094c57c79c84527310480d41 (patch) | |
| tree | 9ed067dabcd3b04b03c5f6cb9b67b6eb03fc6967 /docs/html/guide | |
| parent | 1d67698bb4c67ffa934d45edf7d5415d582a3c90 (diff) | |
| parent | 5be1afedd8f2289ba047473b242cd0535a4493fe (diff) | |
| download | frameworks_base-e8ef4af3dfdf35d1094c57c79c84527310480d41.zip frameworks_base-e8ef4af3dfdf35d1094c57c79c84527310480d41.tar.gz frameworks_base-e8ef4af3dfdf35d1094c57c79c84527310480d41.tar.bz2 | |
am 5be1afed: am 7151b1ef: am 98560bdf: am bfcc60a3: am 2825a9c6: am 470ad0fa: Merge "Correct docs to specify leading slash in paths." into lmp-docs
* commit '5be1afedd8f2289ba047473b242cd0535a4493fe':
Correct docs to specify leading slash in paths.
Diffstat (limited to 'docs/html/guide')
| -rw-r--r-- | docs/html/guide/topics/manifest/data-element.jd | 5 |
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 <scheme>://<host>:<port>/[<path>|<pathPrefix>|<pathPattern>]}</p> +{@code <scheme>://<host>:<port>[<path>|<pathPrefix>|<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} |
