ContactsContract.SimContacts
public
static
final
class
ContactsContract.SimContacts
extends Object
java.lang.Object | |
↳ | android.provider.ContactsContract.SimContacts |
Class containing utility methods around determine what accounts in the ContactsProvider are related to the SIM cards in the device.
Apps interested in managing contacts from SIM cards can query the ContactsProvider using
getSimAccounts(android.content.ContentResolver)
to get all accounts that relate to SIM cards. They
can also register a receiver for the ACTION_SIM_ACCOUNTS_CHANGED
broadcast to be
notified when these accounts change.
Summary
Constants | |
---|---|
String |
ACTION_SIM_ACCOUNTS_CHANGED
Broadcast Action: SIM accounts have changed, call
|
Public methods | |
---|---|
static
List<ContactsContract.SimAccount>
|
getSimAccounts(ContentResolver contentResolver)
Returns all known SIM accounts. |
Inherited methods | |
---|---|
Constants
ACTION_SIM_ACCOUNTS_CHANGED
public static final String ACTION_SIM_ACCOUNTS_CHANGED
Broadcast Action: SIM accounts have changed, call
getSimAccounts(android.content.ContentResolver)
to get the latest.
Constant Value: "android.provider.action.SIM_ACCOUNTS_CHANGED"
Public methods
getSimAccounts
public static List<ContactsContract.SimAccount> getSimAccounts (ContentResolver contentResolver)
Returns all known SIM accounts. May be empty but never null.
Parameters | |
---|---|
contentResolver |
ContentResolver : content resolver to query.
This value cannot be null . |
Returns | |
---|---|
List<ContactsContract.SimAccount> |