summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2015-04-16 23:42:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-16 23:42:04 +0000
commit8ca0929642533e81b49191c517cc36b3719c07cc (patch)
tree0a02176e0f286982b15873cb7a352407887b5b2d /system-api
parent9aff6debba0469463c0ad1928c368fb31af18c2d (diff)
parent4e1943f9eae77ed0854a4f668c91c1129b544833 (diff)
downloadprebuilts_sdk-8ca0929642533e81b49191c517cc36b3719c07cc.zip
prebuilts_sdk-8ca0929642533e81b49191c517cc36b3719c07cc.tar.gz
prebuilts_sdk-8ca0929642533e81b49191c517cc36b3719c07cc.tar.bz2
Merge "Remove final from phone"
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 0d34dcf..3f8da88 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);