DO NOT MERGE Remove deprecated telecom APIs. Mark others final.

Bug:
Change-Id: I8a04903052a964f3997b5bb36730b8b200c8e472
This commit is contained in:
Jay Shrauner
2015-04-14 18:16:10 -07:00
parent d05bd467ba
commit 193de667ed
8 changed files with 10 additions and 52 deletions

View File

@@ -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;
}