summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2015-04-15 21:08:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-15 21:08:27 +0000
commit55787399c9fff728e1b475161b6ec8dc93e2eb9c (patch)
treedb35dab72dfb1385ab00ace4d2182f2b5c818405 /core/java/android/content
parent500c1b81773b903118a31180ec4d89263200bbb8 (diff)
parenta33be211e768746745a0deeba71f8c6b65e72442 (diff)
downloadframeworks_base-55787399c9fff728e1b475161b6ec8dc93e2eb9c.zip
frameworks_base-55787399c9fff728e1b475161b6ec8dc93e2eb9c.tar.gz
frameworks_base-55787399c9fff728e1b475161b6ec8dc93e2eb9c.tar.bz2
Merge "Audio Devices Enumeration/Notification API"
Diffstat (limited to 'core/java/android/content')
-rw-r--r--core/java/android/content/Context.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index e5e55d6..0cbf960 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -3077,6 +3077,15 @@ public abstract class Context {
*/
public static final String RADIO_SERVICE = "radio";
+ /**
+ * Use with {@link #getSystemService} to retrieve a
+ * {@link android.media.AudioDevicesManager} for handling device enumeration & notification.
+ *
+ * @see #getSystemService
+ * @see android.media.AudioDevicesManager
+ */
+ public static final String AUDIO_DEVICES_SERVICE = "audio_devices_manager";
+
/**
* Determine whether the given permission is allowed for a particular