diff options
Diffstat (limited to 'docs/html/tools/adk/index.jd')
-rw-r--r-- | docs/html/tools/adk/index.jd | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/html/tools/adk/index.jd b/docs/html/tools/adk/index.jd index 4b9b042..d492e96 100644 --- a/docs/html/tools/adk/index.jd +++ b/docs/html/tools/adk/index.jd @@ -11,9 +11,11 @@ devices, weather stations, or any other external hardware device that adds to th Android.</p> <p>Accessories use the Android Open Accessory (AOA) protocol to communicate with Android -devices, over USB cable or through a Bluetooth connection. If you are building an accessory for -Android devices, make sure you review the information below to understand about how to implement the -AOA protocol.</p> +devices, over a USB cable or through a Bluetooth connection. If you are building an accessory that +uses USB, make sure you understand how to implement the AOA protocol to establish communication +between your accessory hardware and Android. For more information, see the +<a href="http://source.android.com/tech/accessories/index.html">Android Open Acessory protocol</a>. +</p> <p>The following sections provide more information about the Android Accessory Development Kits, how to use them, and how to get started building your own accessories for Android.</p> @@ -24,11 +26,4 @@ to use them, and how to get started building your own accessories for Android.</ <dt><a href="adk.html">ADK 2011 Guide</a></dt> <dd>Guide to getting started with the original ADK, released at Google I/O 2011.</dd> - - <dt><a href="aoa.html">Android Open Accessory Protocol</a></dt> - <dd>Guide to implementing the Android Open Accessory Protocol.</dd> - - <dt><a href="aoa2.html">Android Open Accessory Protocol 2.0</a></dt> - <dd>A description and guide to implementing the extended Android Open Accessory Protocol which - supports audio dock accessories.</dd> </dl> |