TelecomManager.DefaultDialerPackage Property

Definition

Used to determine the currently selected default dialer package.

public virtual string? DefaultDialerPackage { [Android.Runtime.Register("getDefaultDialerPackage", "()Ljava/lang/String;", "GetGetDefaultDialerPackageHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getDefaultDialerPackage", "()Ljava/lang/String;", "GetGetDefaultDialerPackageHandler", ApiSince=23)>]
member this.DefaultDialerPackage : string

Property Value

package name for the default dialer package or null if no package has been selected as the default dialer.

Attributes

Remarks

Used to determine the currently selected default dialer package.

Java documentation for android.telecom.TelecomManager.getDefaultDialerPackage().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to