diff options
author | Sailesh Nepal <sail@google.com> | 2014-11-05 21:30:43 -0800 |
---|---|---|
committer | Sailesh Nepal <sail@google.com> | 2014-11-06 12:20:56 -0800 |
commit | 3fdf2a84c082729fb3581738d48885fe6914c475 (patch) | |
tree | 8d9284e6f5e11acede627738b2905d2786863ecd /telecomm/java/android/telecom/TelecomManager.java | |
parent | 6c96cbf581bf97b034e4c65eabe3c0fe8d930bfa (diff) | |
download | frameworks_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 'telecomm/java/android/telecom/TelecomManager.java')
-rw-r--r-- | telecomm/java/android/telecom/TelecomManager.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java index d98a255..ecf6005 100644 --- a/telecomm/java/android/telecom/TelecomManager.java +++ b/telecomm/java/android/telecom/TelecomManager.java @@ -338,8 +338,6 @@ public class TelecomManager { * @param uriScheme The URI scheme. * @return The {@link PhoneAccountHandle} corresponding to the user-chosen default for outgoing * phone calls for a specified URI scheme. - * - * @hide */ public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) { try { @@ -459,8 +457,6 @@ public class TelecomManager { * * @param uriScheme The URI scheme. * @return A list of {@code PhoneAccountHandle} objects supporting the URI scheme. - * - * @hide */ public List<PhoneAccountHandle> getPhoneAccountsSupportingScheme(String uriScheme) { try { |