diff options
Diffstat (limited to 'docs/html/guide/topics/manifest/data-element.jd')
-rw-r--r-- | docs/html/guide/topics/manifest/data-element.jd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/guide/topics/manifest/data-element.jd b/docs/html/guide/topics/manifest/data-element.jd index 8fd91de..766d2d7 100644 --- a/docs/html/guide/topics/manifest/data-element.jd +++ b/docs/html/guide/topics/manifest/data-element.jd @@ -85,6 +85,9 @@ host names using lowercase letters.</p> The subtype can be the asterisk wildcard ({@code *}) to indicate that any subtype matches. +<p>It's common for an intent filter to declare a {@code <data>} that includes +only the {@code android:mimeType} attribute.</p> + <p class="note">Note: MIME type matching in the Android framework is case-sensitive, unlike formal RFC MIME types. As a result, you should always specify MIME types using lowercase letters.</p> |