diff options
author | Scott Main <smain@google.com> | 2013-03-11 13:52:35 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-03-11 15:01:13 -0700 |
commit | 7d711b1995abb44163da35ef759eae86a6ea585b (patch) | |
tree | 4dfd3b360c67f6f27e03fa92938fc2354fcd607a /docs/html/guide | |
parent | d55091f6fdec4bb42e2f922369dfa19f8993be8d (diff) | |
download | frameworks_base-7d711b1995abb44163da35ef759eae86a6ea585b.zip frameworks_base-7d711b1995abb44163da35ef759eae86a6ea585b.tar.gz frameworks_base-7d711b1995abb44163da35ef759eae86a6ea585b.tar.bz2 |
add tags to some docs.
Training classes from top to bottom of "Connectivity and the Cloud"
Change-Id: I42afb34b2a3c64d0d7a325027a19e0ab7a1847a4
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/components/activities.jd | 1 | ||||
-rw-r--r-- | docs/html/guide/topics/manifest/data-element.jd | 3 | ||||
-rw-r--r-- | docs/html/guide/topics/ui/actionbar.jd | 1 |
3 files changed, 5 insertions, 0 deletions
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 <div id="qv-wrapper"> 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> 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 |