summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2015-04-16 15:55:23 -0700
committerSantos Cordon <santoscordon@google.com>2015-04-16 15:55:58 -0700
commit4e1943f9eae77ed0854a4f668c91c1129b544833 (patch)
treecae7aa9fde7819509fd66698dae7ec269801b249 /system-api
parent30b5f3189c0ba039dfe5b9eee40b2125e8805c47 (diff)
downloadprebuilts_sdk-4e1943f9eae77ed0854a4f668c91c1129b544833.zip
prebuilts_sdk-4e1943f9eae77ed0854a4f668c91c1129b544833.tar.gz
prebuilts_sdk-4e1943f9eae77ed0854a4f668c91c1129b544833.tar.bz2
Remove final from phone
Bug: 20283873 Change-Id: Ic4c3b6a7e1e3902287e9d168165f6f39eb27b994
Diffstat (limited to 'system-api')
-rw-r--r--system-api/23.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-api/23.txt b/system-api/23.txt
index 1284e12..f79d6ef 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -30074,7 +30074,7 @@ package android.telecom {
public abstract class InCallService extends android.app.Service {
ctor public InCallService();
- method public final android.telecom.Phone getPhone();
+ method public android.telecom.Phone getPhone();
method public android.os.IBinder onBind(android.content.Intent);
method public void onPhoneCreated(android.telecom.Phone);
method public void onPhoneDestroyed(android.telecom.Phone);