TelecomSetupHelper

class TelecomSetupHelper(application: Application)

Telecom related setup helper.

The functionality provided by this class should not be used in the vehicle. It is only meant for development purposes to allow testing the app without running it as system app.

Constructors

Link copied to clipboard
fun TelecomSetupHelper(application: Application)

Functions

Link copied to clipboard
fun becomeDefaultDialer()

Requests to become the default dialer.

Link copied to clipboard
fun changeDefaultDialer()

Requests to change the default dialer when it is already the default dialer.

Link copied to clipboard
fun isDefaultDialer(): Boolean

Returns true when the app is the default dialer, false otherwise.