Merge "Remove final from phone"
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 @@
 
   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);