Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f82df78b authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "add tags to some docs. Training classes from top to bottom of...

Merge "add tags to some docs. Training classes from top to bottom of "Connectivity and the Cloud"" into jb-mr1.1-docs
parents 4758e3e7 7d711b19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
page.title=Activities
page.tags="activity","intent"
@jd:body

<div id="qv-wrapper">
+3 −0
Original line number Diff line number Diff line
@@ -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 &lt;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>
+1 −0
Original line number Diff line number Diff line
page.title=Action Bar
page.tags="action bar","menu"
parent.title=User Interface
parent.link=index.html
@jd:body
+1 −0
Original line number Diff line number Diff line
page.title=Adding Animations
page.tags="animation","views","layout","user interface"
trainingnavtop=true
startpage=true

+0 −2
Original line number Diff line number Diff line
page.title=Saving Data in SQL Databases
parent.title=Data Storage
parent.link=index.html

trainingnavtop=true
previous.title=Saving Data in Files
Loading