blob: 23ff067b3d001f70ef032002ce9a6ded52de1efe [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
Clay Murphy2e2f67d2014-11-10 10:52:16 -080025<div class="layout-content-row">
Robert Ly35f2fda2013-01-29 16:27:05 -080026
27 <div class="layout-content-col span-6">
Clay Murphy2e2f67d2014-11-10 10:52:16 -080028 <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.
Clay Murphy84c8fbc2014-11-12 12:25:20 -080031 Manufacturers should see the <a
Danielle Robertsc54ec3b2015-07-01 18:27:15 -070032 href="{@docRoot}accessories/headset/specification.html">wired audio headset
Clay Murphy2e2f67d2014-11-10 10:52:16 -080033 specification</a>, while users may learn how to <a
34 href="https://support.google.com/nexus/answer/6127700">record and play
35 back audio using USB host mode</a>.</p>
36 <p><a href="{@docRoot}accessories/audio.html">&raquo; Audio Accessories</a></p>
Robert Ly35f2fda2013-01-29 16:27:05 -080037 </div>
Clay Murphy2e2f67d2014-11-10 10:52:16 -080038
Robert Ly35f2fda2013-01-29 16:27:05 -080039 <div class="layout-content-col span-6">
Clay Murphy2e2f67d2014-11-10 10:52:16 -080040 <h4 id="custom-accessories">Custom Accessories</h4>
41 <p>What do you want to connect to your Android device? Alarm clock? Keyboard? Thermostat? Robot?
42 Learn how to connect existing equipment or your own unique hardware to
Clay Murphy2845de32014-11-02 10:42:48 -080043 Android using the Android Open Accessory Protocol.</p>
Clay Murphy2e2f67d2014-11-10 10:52:16 -080044 <p><a href="{@docRoot}accessories/custom.html">&raquo; Custom Accessories</a></p>
Robert Ly35f2fda2013-01-29 16:27:05 -080045 </div>
46
47</div>