From c059271ca44a6bf73b562f8be4434854f25ba111 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Mon, 26 Jan 2015 12:35:35 -0800 Subject: [PATCH] Update system-api for new getLine1Number() method. Add new method in TelecomManager to system-current.txt. Bug: 19087382 Change-Id: Id6db61fed45301cc1a15ded6e362d7858f24a273 --- api/system-current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/system-current.txt b/api/system-current.txt index 39685ae87cf4b..56edc72cb79c8 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -30341,6 +30341,7 @@ package android.telecom { method public android.telecom.PhoneAccountHandle getConnectionManager(); method public android.telecom.PhoneAccountHandle getDefaultOutgoingPhoneAccount(java.lang.String); method public android.content.ComponentName getDefaultPhoneApp(); + method public java.lang.String getLine1Number(android.telecom.PhoneAccountHandle); method public android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle); method public java.util.List getPhoneAccountsForPackage(); method public java.util.List getPhoneAccountsSupportingScheme(java.lang.String);