DO NOT MERGE Remove deprecated telecom APIs. Mark others final.
Bug: Change-Id: I8a04903052a964f3997b5bb36730b8b200c8e472
This commit is contained in:
@@ -177,7 +177,7 @@ public abstract class InCallService extends Service {
|
||||
* if the {@code InCallService} is not in a state where it has an associated
|
||||
* {@code Phone}.
|
||||
*/
|
||||
public Phone getPhone() {
|
||||
public final Phone getPhone() {
|
||||
return mPhone;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user