diff options
author | Yorke Lee <yorkelee@google.com> | 2015-04-14 12:34:28 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-04-14 12:34:28 -0700 |
commit | 22244d05771308ca043c090c0aba0faf07573445 (patch) | |
tree | 745992833ab460248ab92e09ac777ed542111c83 /api/system-current.txt | |
parent | fff30439cafb737eb54de807caab4fb61432f2cc (diff) | |
download | frameworks_base-22244d05771308ca043c090c0aba0faf07573445.zip frameworks_base-22244d05771308ca043c090c0aba0faf07573445.tar.gz frameworks_base-22244d05771308ca043c090c0aba0faf07573445.tar.bz2 |
Hide Phone proximity sensor methods
Has to be done in master and not m-wireless-dev, because
m-wireless-dev doesn't contain system-api/23.txt.
Bug: 20160495
Change-Id: I910b3ecafd78c31081b38325b436b4f2b5a54c8d
Diffstat (limited to 'api/system-current.txt')
-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 ac80474..39075a9 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -32089,8 +32089,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 { |