Home | History | Annotate | Download | only in accessories
      1 page.title=Accessories for Android
      2 @jd:body
      3 
      4 <!--
      5     Copyright 2015 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>Using a suite of standard protocols, you can implement compelling accessories
     20 that extend Android capabilities in a wide range of Android-powered devices.
     21 </p>
     22 
     23 <div class="layout-content-row">
     24 
     25   <div class="layout-content-col span-6">
     26         <h4 id="audio-accessories">Audio Accessories</h4>
     27         <p>Android supports local on-device audio and remote off-device audio
     28         over a wired 3.5 mm headset jack, USB connection, or Bluetooth.
     29         Manufacturers should see the <a
     30         href="headset/specification.html">wired audio headset
     31         specification</a>, while users can learn how to <a
     32         href="https://support.google.com/nexus/answer/6127700">record and play
     33         back audio using USB host mode</a>.</p>
     34         <p><a href="audio.html">&raquo; Audio Accessories</a></p>
     35   </div>
     36 
     37   <div class="layout-content-col span-6">
     38         <h4 id="custom-accessories">Custom Accessories</h4>
     39         <p>What do you want to connect to your Android device? Alarm clock?
     40         Keyboard? Thermostat? Robot? Learn how to connect existing equipment or
     41         your own unique hardware to Android using the Android Open Accessory
     42         (AOA) protocol.</p>
     43         <p><a href="custom.html">&raquo; Custom Accessories</a></p>
     44  </div>
     45 
     46 </div>
     47