TelecomManager.SystemDialerPackage Property

Definition

Determines the package name of the system-provided default phone app.

public virtual string? SystemDialerPackage { [Android.Runtime.Register("getSystemDialerPackage", "()Ljava/lang/String;", "GetGetSystemDialerPackageHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getSystemDialerPackage", "()Ljava/lang/String;", "GetGetSystemDialerPackageHandler", ApiSince=29)>]
member this.SystemDialerPackage : string

Property Value

package name for the system dialer package or null if no system dialer is preloaded.

Attributes

Remarks

Determines the package name of the system-provided default phone app.

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

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