diff options
author | Paul McLean <pmclean@google.com> | 2015-05-08 11:41:20 -0700 |
---|---|---|
committer | Paul McLean <pmclean@google.com> | 2015-05-08 15:55:18 -0700 |
commit | e3383cc4539921756232ae4f3f54e99b95fb20cc (patch) | |
tree | 5938ba6621da1bd206d8e5ef851ce24b038b47df /core/java/android/content | |
parent | 1bc3c849ba5e9f23dd7e93012c4b5800b78c221b (diff) | |
download | frameworks_base-e3383cc4539921756232ae4f3f54e99b95fb20cc.zip frameworks_base-e3383cc4539921756232ae4f3f54e99b95fb20cc.tar.gz frameworks_base-e3383cc4539921756232ae4f3f54e99b95fb20cc.tar.bz2 |
Changes as per API council review.
Bug: 20887665
Change-Id: I1da7a2c69d8cf20682c767294b1647beef33f90c
Diffstat (limited to 'core/java/android/content')
-rw-r--r-- | core/java/android/content/Context.java | 10 |
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. * |