diff options
author | Yorke Lee <yorkelee@google.com> | 2015-04-14 15:48:19 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-04-14 16:04:22 -0700 |
commit | 2287a01bb9fd1d417e376e50d7fad41fd895ad3d (patch) | |
tree | a26da916569f9aa6eeda0c5c6993337668071d06 /api | |
parent | 9561e7410b39da22c45ba3e423b1361735ccec3e (diff) | |
download | frameworks_base-2287a01bb9fd1d417e376e50d7fad41fd895ad3d.zip frameworks_base-2287a01bb9fd1d417e376e50d7fad41fd895ad3d.tar.gz frameworks_base-2287a01bb9fd1d417e376e50d7fad41fd895ad3d.tar.bz2 |
DO NOT MERGE Remove proximity methods in TelecomManager
Bug: 20160495
Change-Id: Ib0156cf170d16b48f97e08027c912fc3f45691fb
Diffstat (limited to 'api')
-rw-r--r-- | api/system-current.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 84c0b87..e063648 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -30382,8 +30382,6 @@ package android.telecom { method public final void removeListener(android.telecom.Phone.Listener); method public final void setAudioRoute(int); method public final void setMuted(boolean); - method public final void setProximitySensorOff(boolean); - method public final void setProximitySensorOn(); } public static abstract class Phone.Listener { |