Add _index.jd files to a few test samples.

Change-Id: Iffdc702c29319e03f22705d7c615ff2f0ff69e33
This commit is contained in:
Dirk Dougherty
2013-08-22 19:45:18 -07:00
parent 26550ad427
commit 16f78acfe1
4 changed files with 27 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
page.tags="Sensor", "Accelerometer"
sample.tags="Accelerometer", "Games"
sample.groups="Sensors"
@jd:body
<p>Example code that shows how to use the device accelerometer in apps and games.</p>

View File

@@ -1,18 +1,7 @@
<!--
Copyright 2011 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
page.tags="ActionBar", "Compatibility", "Support Library"
sample.tags="UI", "ActionBar", "Support Library"
sample.group="Input"
@jd:body
<p>This sample shows how to use the action bar design pattern on pre-API 11 devices and the built-in
<a href="../../../reference/android/app/ActionBar.html">ActionBar</a> on devices supporting API

View File

@@ -1,3 +1,8 @@
page.tags="Bluetooth", "HDP"
sample.tags="Bluetooth", "Health"
sample.group="Connectivity"
@jd:body
<p>A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms. The Android Bluetooth Health API lets you create
applications that use Bluetooth to communicate with health devices that support
Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and
@@ -10,4 +15,3 @@ MDC_DEV_SPEC_PROFILE_* in the Nomenclature Codes Annex.</p>
<p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
<img alt="" src="../images/BluetoothHDP.png" />

View File

@@ -0,0 +1,9 @@
page.tags="Bluetooth", "LE", "SMART"
sample.tags="Bluetooth", "LE"
sample.group="Connectivity"
@jd:body
<p>A sample application that demonstrates how to communicate with
a Bluetooth SMART (Low Energy) device. This feature is available on
Android 4.3 (API level 14) or above platforms. </p>