am 0afd49a1: Merge "Add system API to get registered connection managers" into lmp-mr1-dev
* commit '0afd49a1721a5fd71ecf69e6bc62cdb3c8591341': Add system API to get registered connection managers
This commit is contained in:
@@ -461,6 +461,16 @@ public class TelecomManager {
|
|||||||
return getSimCallManager();
|
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
|
* Returns a list of the {@link PhoneAccountHandle}s which can be used to make and receive phone
|
||||||
* calls which support the specified URI scheme.
|
* calls which support the specified URI scheme.
|
||||||
|
|||||||
Reference in New Issue
Block a user