Java android.telecom TelecomManager fields, constructors, methods, implement or subclass

Example usage for Java android.telecom TelecomManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.telecom TelecomManager.

The text is from its open source code.

Field

StringACTION_SHOW_CALL_ACCESSIBILITY_SETTINGS
The android.content.Intent action used to show the call accessibility settings page.
StringACTION_SHOW_CALL_SETTINGS
The android.content.Intent action used to show the call settings page.
StringACTION_SHOW_RESPOND_VIA_SMS_SETTINGS
The android.content.Intent action used to show the respond via SMS settings page.
StringACTION_CHANGE_PHONE_ACCOUNTS
The android.content.Intent action used to show the settings page used to configure PhoneAccount preferences.
StringEXTRA_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.
StringEXTRA_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.
StringEXTRA_CALL_SUBJECT
Optional extra for android.content.Intent#ACTION_CALL containing a string call subject which will be associated with an outgoing call.
StringEXTRA_UNKNOWN_CALL_HANDLE
StringGATEWAY_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.
StringGATEWAY_ORIGINAL_ADDRESS
An optional android.content.Intent#ACTION_CALL intent extra corresponding to the original address to dial for the call.
intPRESENTATION_ALLOWED
Indicates that the address or number of a call is allowed to be displayed for caller ID.
intPRESENTATION_RESTRICTED
Indicates that the address or number of a call is blocked by the other party.
intPRESENTATION_PAYPHONE
Indicates that the address or number of a call belongs to a pay phone.

Method

voidcancelMissedCallsNotification()
Removes the missed-call notification if one is present.
IntentcreateManageBlockedNumbersIntent()
Creates the Intent which can be used with Context#startActivity(Intent) to launch the activity to manage blocked numbers.
TelecomManagerfrom(Context context)
UrigetAdnUriForPhoneAccount(PhoneAccountHandle accountHandle)
Requires permission: android.Manifest.permission#MODIFY_PHONE_STATE
ListgetCallCapablePhoneAccounts()
Returns a list of PhoneAccountHandle s which can be used to make and receive phone calls.
StringgetDefaultDialerPackage()
Used to determine the currently selected default dialer package.
PhoneAccountHandlegetDefaultOutgoingPhoneAccount(String uriScheme)
Return the PhoneAccount which will be used to place outgoing calls to addresses with the specified uriScheme .
StringgetLine1Number(PhoneAccountHandle accountHandle)
Return the line 1 phone number for given phone account.
PhoneAccountgetPhoneAccount(PhoneAccountHandle account)
Return the PhoneAccount for a specified PhoneAccountHandle .
PhoneAccountHandlegetSimCallManager()
Returns the current SIM call manager.
StringgetVoiceMailNumber(PhoneAccountHandle accountHandle)
Return the voicemail number for a given phone account.
booleanhandleMmi(String dialString, PhoneAccountHandle accountHandle)
Processes the specified dial string as an MMI code.
booleanisVoiceMailNumber(PhoneAccountHandle accountHandle, String number)
Return whether a given phone number is the configured voicemail number for a particular phone account.
voidplaceCall(Uri address, Bundle extras)
Places a new outgoing call to the provided address using the system telecom service with the specified extras.
voidsilenceRinger()
Silences the ringer if a ringing call exists.