From 86072c03733ac54c5493d01e23c8f928edc3ac1b Mon Sep 17 00:00:00 2001
From: Glenn Kasten
Date: Mon, 2 Nov 2015 10:51:53 -0800
Subject: [PATCH] Update feature list for audio and MIDI
Change-Id: I78567ae8de8375af11436d8c8579dcc3f7aa7a6c
---
.../topics/manifest/uses-feature-element.jd | 31 ++++++++++++++++---
1 file changed, 26 insertions(+), 5 deletions(-)
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd
index 1ab10417dce28..5472453c7629a 100755
--- a/docs/html/guide/topics/manifest/uses-feature-element.jd
+++ b/docs/html/guide/topics/manifest/uses-feature-element.jd
@@ -553,12 +553,27 @@ in a separate <uses-feature> element.
Comments |
- | Audio |
- android.hardware.audio.low_latency |
+ Audio |
+ android.hardware.audio.low_latency |
The application uses a low-latency audio pipeline on the device and
-is sensitive to delays or lag in sound input or output. |
-
- |
+ is sensitive to delays or lag in sound input or output.
+ |
+
+
+ android.hardware.audio.pro |
+ The application uses high-end audio functionality and performance. |
+ |
+
+
+ android.hardware.microphone |
+ The application records audio via a microphone. |
+ |
+
+
+ android.hardware.output |
+ The application produces at least one form of audio output, such as speakers, audio jack
+ or streaming over bluetooth. |
+ |
| Bluetooth |
@@ -943,6 +958,12 @@ in a separate <uses-feature> element.
The application uses or provides Live Wallpapers and should be installed only on devices that
support Live Wallpapers. |
+
+ | MIDI |
+ android.software.midi |
+ The application connects to musical instruments or outputs sound
+ using the Musical Instrument Digital Interface (MIDI) protocol. |
+
| SIP/VOIP |
android.software.sip |