summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2015-05-11 15:39:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-11 15:39:29 +0000
commit1c82b221d46b4f235f4c7fd3fd8d029772f86abb (patch)
tree58170fadcaae3f475c0e2996fddc7a3080f51ca7 /core/java/android/content
parentf864d925bf861d8ae19ed91deeebf30741d286c5 (diff)
parente3383cc4539921756232ae4f3f54e99b95fb20cc (diff)
downloadframeworks_base-1c82b221d46b4f235f4c7fd3fd8d029772f86abb.zip
frameworks_base-1c82b221d46b4f235f4c7fd3fd8d029772f86abb.tar.gz
frameworks_base-1c82b221d46b4f235f4c7fd3fd8d029772f86abb.tar.bz2
Merge "Changes as per API council review." into mnc-dev
Diffstat (limited to 'core/java/android/content')
-rw-r--r--core/java/android/content/Context.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 8687c6b..6a98950 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -3133,16 +3133,6 @@ 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
* process and user ID running in the system.
*