From 7d711b1995abb44163da35ef759eae86a6ea585b Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 11 Mar 2013 13:52:35 -0700 Subject: add tags to some docs. Training classes from top to bottom of "Connectivity and the Cloud" Change-Id: I42afb34b2a3c64d0d7a325027a19e0ab7a1847a4 --- docs/html/guide/components/activities.jd | 1 + docs/html/guide/topics/manifest/data-element.jd | 3 +++ docs/html/guide/topics/ui/actionbar.jd | 1 + 3 files changed, 5 insertions(+) (limited to 'docs/html/guide') diff --git a/docs/html/guide/components/activities.jd b/docs/html/guide/components/activities.jd index 2897804..1cbaa79 100644 --- a/docs/html/guide/components/activities.jd +++ b/docs/html/guide/components/activities.jd @@ -1,4 +1,5 @@ page.title=Activities +page.tags="activity","intent" @jd:body
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.

The subtype can be the asterisk wildcard ({@code *}) to indicate that any subtype matches. +

It's common for an intent filter to declare a {@code <data>} that includes +only the {@code android:mimeType} attribute.

+

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.

diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd index 3115c8f..678a512 100644 --- a/docs/html/guide/topics/ui/actionbar.jd +++ b/docs/html/guide/topics/ui/actionbar.jd @@ -1,4 +1,5 @@ page.title=Action Bar +page.tags="action bar","menu" parent.title=User Interface parent.link=index.html @jd:body -- cgit v1.1