1page.title=Accessories for Android
2@jd:body
3
4<!--
5    Copyright 2014 The Android Open Source Project
6
7    Licensed under the Apache License, Version 2.0 (the "License");
8    you may not use this file except in compliance with the License.
9    You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18-->
19<p>Implement compelling accessories to extend the capabilities of your users'
20Android-powered devices. Android relies on a suite of standard protocols you
21can implement in your accessories to be compatible with a wide range of
22Android-powered devices.
23</p>
24
25<div class="layout-content-row">  
26
27  <div class="layout-content-col span-6">
28	<h4 id="audio-accessories">Audio Accessories</h4>
29	<p>Android supports local on-device audio and remote off-device audio
30        over a wired 3.5 mm headset jack, USB connection, or Bluetooth.</p>
31	<p><a href="{@docRoot}accessories/audio.html">&raquo; Audio Accessories</a></p>
32  </div>
33    
34  <div class="layout-content-col span-6">
35	<h4 id="custom-accessories">Custom Accessories</h4>
36	<p>What do you want to connect to your Android device? Alarm clock? Keyboard? Thermostat? Robot?
37	Learn how to connect existing equipment or your own unique hardware to
38        Android using the Android Open Accessory Protocol.</p>
39	<p><a href="{@docRoot}accessories/custom.html">&raquo; Custom Accessories</a></p>
40 </div>
41
42</div>
43