am 8c2a8f64: am 0afd49a1: Merge "Add system API to get registered connection managers" into lmp-mr1-dev

* commit '8c2a8f64b9c150b8e8422c5e97ca5d491b6fc93b':
  Add system API to get registered connection managers
This commit is contained in:
Sailesh Nepal
2014-11-25 17:38:32 +00:00
committed by Android Git Automerger

View File

@@ -461,6 +461,16 @@ public class TelecomManager {
return getSimCallManager();
}
/**
* Returns the list of registered SIM call managers.
* @return List of registered SIM call managers.
* @hide
*/
@SystemApi
public List<PhoneAccountHandle> getRegisteredConnectionManagers() {
return getSimCallManagers();
}
/**
* Returns a list of the {@link PhoneAccountHandle}s which can be used to make and receive phone
* calls which support the specified URI scheme.