aboutsummaryrefslogtreecommitdiff
path: root/src/accessories/index.jd
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2014-11-02 10:42:48 -0800
committerClay Murphy <claym@google.com>2014-11-02 10:42:48 -0800
commit2845de394cec7efbb6f9fcc021914b0b8c92add3 (patch)
tree19e2bb6f182b5c6d267e827c7983c8b1b8cf80f0 /src/accessories/index.jd
parentf9d451e8a2c6391bab1e09d6d0c88e2b63be5043 (diff)
downloadsource.android.com-2845de394cec7efbb6f9fcc021914b0b8c92add3.tar.gz
Docs: Refactoring accessories docs for L.
Bug: 18192817 Change-Id: If6176e745f260a49255d4225132cc3d9ca5556a7
Diffstat (limited to 'src/accessories/index.jd')
-rw-r--r--src/accessories/index.jd25
1 files changed, 12 insertions, 13 deletions
diff --git a/src/accessories/index.jd b/src/accessories/index.jd
index adf3f5cd..1157d5df 100644
--- a/src/accessories/index.jd
+++ b/src/accessories/index.jd
@@ -1,8 +1,8 @@
-page.title=Build Accessories for Android
+page.title=Accessories for Android
@jd:body
<!--
- Copyright 2013 The Android Open Source Project
+ Copyright 2014 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.
@@ -16,28 +16,27 @@ page.title=Build Accessories for Android
See the License for the specific language governing permissions and
limitations under the License.
-->
-<p>Build compelling USB and Bluetooth Accessories to extend
- the capabilities of your user's Android-powered devices. Android defines an standard
- protocol that you can implement in your accessories and have it compatible with
- a wide range of Android-powered devices.
+<p>Implement compelling accessories to extend the capabilities of your users'
+Android-powered devices. Android relies on a suite of standard protocols you
+can implement in your accessories to be compatible with a wide range of
+Android-powered devices.
</p>
<div class="layout-content-row">
<div class="layout-content-col span-6">
<h4 id="audio-accessories">Audio Accessories</h4>
- <p>Android 4.1 and higher has support for audio output over a USB connection or Bluetooth. Find out
- how to build audio docks and other plug-in audio output hardware for Android.</p>
- <p><a href="{@docRoot}accessories/audio.html">&raquo; Build Audio Accessories</a></p>
+ <p>Android supports local on-device audio and remote off-device audio
+ over a wired 3.5 mm headset jack, USB connection, or Bluetooth.</p>
+ <p><a href="{@docRoot}accessories/audio.html">&raquo; Audio Accessories</a></p>
</div>
<div class="layout-content-col span-6">
<h4 id="custom-accessories">Custom Accessories</h4>
<p>What do you want to connect to your Android device? Alarm clock? Keyboard? Thermostat? Robot?
- Learn how to connect existing equipment or your own unique hardware to Android.</p>
- <p><a href="{@docRoot}accessories/custom.html">&raquo; Build Custom Accessories</a></p>
+ Learn how to connect existing equipment or your own unique hardware to
+ Android using the Android Open Accessory Protocol.</p>
+ <p><a href="{@docRoot}accessories/custom.html">&raquo; Custom Accessories</a></p>
</div>
</div>
-
-