PhoneAccountSuggestion.ShouldAutoSelect Method

Definition

Suggests whether the dialer should automatically place the call using this account without user interaction.

[Android.Runtime.Register("shouldAutoSelect", "()Z", "", ApiSince=29)]
public bool ShouldAutoSelect ();
[<Android.Runtime.Register("shouldAutoSelect", "()Z", "", ApiSince=29)>]
member this.ShouldAutoSelect : unit -> bool

Returns

true if the hint is to auto-select, false otherwise.

Attributes

Remarks

Suggests whether the dialer should automatically place the call using this account without user interaction. This may be set on multiple PhoneAccountSuggestions, and the dialer is free to choose which one to use.

Java documentation for android.telecom.PhoneAccountSuggestion.shouldAutoSelect().

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