Example usage for Java android.telecom TelecomManager fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ACTION_SHOW_CALL_ACCESSIBILITY_SETTINGS The android.content.Intent action used to show the call accessibility settings page. |
String | ACTION_SHOW_CALL_SETTINGS The android.content.Intent action used to show the call settings page. |
String | ACTION_SHOW_RESPOND_VIA_SMS_SETTINGS The android.content.Intent action used to show the respond via SMS settings page. |
String | ACTION_CHANGE_PHONE_ACCOUNTS The android.content.Intent action used to show the settings page used to configure PhoneAccount preferences. |
String | EXTRA_START_CALL_WITH_VIDEO_STATE Optional extra for android.content.Intent#ACTION_CALL containing an integer that determines the desired video state for an outgoing call. |
String | EXTRA_PHONE_ACCOUNT_HANDLE The extra used with an android.content.Intent#ACTION_CALL and android.content.Intent#ACTION_DIAL Intent to specify a PhoneAccountHandle to use when making the call. |
String | EXTRA_CALL_SUBJECT Optional extra for android.content.Intent#ACTION_CALL containing a string call subject which will be associated with an outgoing call. |
String | EXTRA_UNKNOWN_CALL_HANDLE |
String | GATEWAY_PROVIDER_PACKAGE An optional android.content.Intent#ACTION_CALL intent extra denoting the package name of the app specifying an alternative gateway for the call. |
String | GATEWAY_ORIGINAL_ADDRESS An optional android.content.Intent#ACTION_CALL intent extra corresponding to the original address to dial for the call. |
int | PRESENTATION_ALLOWED Indicates that the address or number of a call is allowed to be displayed for caller ID. |
int | PRESENTATION_RESTRICTED Indicates that the address or number of a call is blocked by the other party. |
int | PRESENTATION_PAYPHONE Indicates that the address or number of a call belongs to a pay phone. |
void | cancelMissedCallsNotification() Removes the missed-call notification if one is present. |
Intent | createManageBlockedNumbersIntent() Creates the Intent which can be used with Context#startActivity(Intent) to launch the activity to manage blocked numbers. |
TelecomManager | from(Context context) |
Uri | getAdnUriForPhoneAccount(PhoneAccountHandle accountHandle) Requires permission: android.Manifest.permission#MODIFY_PHONE_STATE |
List | getCallCapablePhoneAccounts() Returns a list of PhoneAccountHandle s which can be used to make and receive phone calls. |
String | getDefaultDialerPackage() Used to determine the currently selected default dialer package. |
PhoneAccountHandle | getDefaultOutgoingPhoneAccount(String uriScheme) Return the PhoneAccount which will be used to place outgoing calls to addresses with the specified uriScheme . |
String | getLine1Number(PhoneAccountHandle accountHandle) Return the line 1 phone number for given phone account. |
PhoneAccount | getPhoneAccount(PhoneAccountHandle account) Return the PhoneAccount for a specified PhoneAccountHandle . |
PhoneAccountHandle | getSimCallManager() Returns the current SIM call manager. |
String | getVoiceMailNumber(PhoneAccountHandle accountHandle) Return the voicemail number for a given phone account. |
boolean | handleMmi(String dialString, PhoneAccountHandle accountHandle) Processes the specified dial string as an MMI code. |
boolean | isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) Return whether a given phone number is the configured voicemail number for a particular phone account. |
void | placeCall(Uri address, Bundle extras) Places a new outgoing call to the provided address using the system telecom service with the specified extras. |
void | silenceRinger() Silences the ringer if a ringing call exists. |