blob: 1157d5dfb51df8c7b59a24dd7fca31ffb3c2f05b [file] [log] [blame]
Clay Murphy2845de32014-11-02 10:42:48 -08001page.title=Accessories for Android
Robert Ly35f2fda2013-01-29 16:27:05 -08002@jd:body
3
4<!--
Clay Murphy2845de32014-11-02 10:42:48 -08005 Copyright 2014 The Android Open Source Project
Robert Ly35f2fda2013-01-29 16:27:05 -08006
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-->
Clay Murphy2845de32014-11-02 10:42:48 -080019<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.
Robert Ly35f2fda2013-01-29 16:27:05 -080023</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>
Clay Murphy2845de32014-11-02 10:42:48 -080029 <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>
Robert Ly35f2fda2013-01-29 16:27:05 -080032 </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?
Clay Murphy2845de32014-11-02 10:42:48 -080037 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>
Robert Ly35f2fda2013-01-29 16:27:05 -080040 </div>
41
42</div>