am 95f6c758: Search tag additions
* commit '95f6c758ae176747cf6675e37b984a8aece29dcd': Search tag additions
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
page.title=Google Cloud Messaging for Android
|
page.title=Google Cloud Messaging for Android
|
||||||
|
page.tags="gcm"
|
||||||
header.hide=1
|
header.hide=1
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
page.title=Android Supported Media Formats
|
page.title=Android Supported Media Formats
|
||||||
|
page.tags="video","audio","mpeg","mp4","m4a","mp3","3gp","3gpp","flac","wave","wav"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
page.title=Camera
|
page.title=Camera
|
||||||
page.tags="mediarecorder"
|
page.tags="photo","video","picture","mediarecorder"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
page.title=Accessory Development Kit 2011 Guide
|
page.title=Accessory Development Kit 2011 Guide
|
||||||
|
page.tags="adk"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
page.title=Accessory Development Kit 2012 Guide
|
page.title=Accessory Development Kit 2012 Guide
|
||||||
|
page.tags="adk"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
page.title=Accessory Development Kit
|
page.title=Accessory Development Kit
|
||||||
|
page.tags="adk"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<p>The Accessory Development Kit (ADK) is a reference implementation for hardware manufacturers and
|
<p>The Accessory Development Kit (ADK) is a reference implementation for hardware manufacturers and
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
page.title=Android Debug Bridge
|
page.title=Android Debug Bridge
|
||||||
parent.title=Tools
|
parent.title=Tools
|
||||||
parent.link=index.html
|
parent.link=index.html
|
||||||
|
page.tags="adb"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
@@ -323,13 +324,13 @@ emulator-5558 device</pre>
|
|||||||
when issuing adb commands. To do so, use the <code>-s</code> option in the commands. The usage
|
when issuing adb commands. To do so, use the <code>-s</code> option in the commands. The usage
|
||||||
for the <code>-s</code> option is:</p>
|
for the <code>-s</code> option is:</p>
|
||||||
|
|
||||||
<pre class="no-pretty-print">adb -s <serialNumber> <command> </pre>
|
<pre class="no-pretty-print">adb -s <serialNumber> <command> </pre>
|
||||||
|
|
||||||
<p>As shown, you specify the target instance for a command using its adb-assigned serial number.
|
<p>As shown, you specify the target instance for a command using its adb-assigned serial number.
|
||||||
You can use the <code>devices</code> command to obtain the serial numbers of running
|
You can use the <code>devices</code> command to obtain the serial numbers of running
|
||||||
emulator/device instances. For example: </p>
|
emulator/device instances. For example: </p>
|
||||||
|
|
||||||
<pre class="no-pretty-print">adb -s emulator-5556 install helloWorld.apk</pre>
|
<pre class="no-pretty-print">adb -s emulator-5556 install helloWorld.apk</pre>
|
||||||
|
|
||||||
<p>Note that, if you issue a command without specifying a target emulator/device instance
|
<p>Note that, if you issue a command without specifying a target emulator/device instance
|
||||||
while multiple devices are available, adb generates an error.
|
while multiple devices are available, adb generates an error.
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
page.title=Android Developer Tools
|
page.title=Android Developer Tools
|
||||||
|
page.tags="adt"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="qv-wrapper">
|
<div id="qv-wrapper">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
page.title=Samples
|
page.title=Samples
|
||||||
|
page.tags="example","code"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<p>To help you understand some fundamental Android APIs and coding practices, a variety of sample
|
<p>To help you understand some fundamental Android APIs and coding practices, a variety of sample
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
page.title=Capturing Photos
|
page.title=Capturing Photos
|
||||||
page.tags="camera","video"
|
page.tags="camera","video","picture"
|
||||||
|
|
||||||
trainingnavtop=true
|
trainingnavtop=true
|
||||||
startpage=true
|
startpage=true
|
||||||
|
|||||||
Reference in New Issue
Block a user