summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-11-05 21:30:43 -0800
committerSailesh Nepal <sail@google.com>2014-11-06 12:20:56 -0800
commit3fdf2a84c082729fb3581738d48885fe6914c475 (patch)
tree8d9284e6f5e11acede627738b2905d2786863ecd /api/current.txt
parent6c96cbf581bf97b034e4c65eabe3c0fe8d930bfa (diff)
downloadframeworks_base-3fdf2a84c082729fb3581738d48885fe6914c475.zip
frameworks_base-3fdf2a84c082729fb3581738d48885fe6914c475.tar.gz
frameworks_base-3fdf2a84c082729fb3581738d48885fe6914c475.tar.bz2
Make APIs to get system phone accounts public
This is used by Wi-Fi calling to handoff and incoming call to a cellular call. For example, when doing an handoff we can look through the outgoing phone accounts and find the one that the user has verified with their google account. We can then handoff to that phone account. Bug: 17686424 Change-Id: I06d42aa8f4a36d11e5293ed6f7c62b796226f5c1
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index a8c2ddc..3888c1f 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -28402,8 +28402,10 @@ package android.telecom {
method public void clearAccounts();
method public android.net.Uri getAdnUriForPhoneAccount(android.telecom.PhoneAccountHandle);
method public android.telecom.PhoneAccountHandle getConnectionManager();
+ method public android.telecom.PhoneAccountHandle getDefaultOutgoingPhoneAccount(java.lang.String);
method public android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle);
method public java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsForPackage();
+ method public java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsSupportingScheme(java.lang.String);
method public boolean handleMmi(java.lang.String);
method public boolean handleMmi(android.telecom.PhoneAccountHandle, java.lang.String);
method public boolean hasMultipleCallCapableAccounts();