Language

ShowSecretsSetting.ShouldShowPhysicalInput(Context) Method

Definition

Returns true when characters entered into a password, pin or other secret field from hardware/physical input sources should either be shown or echoed briefly.

[Android.Runtime.Register("shouldShowPhysicalInput", "(Landroid/content/Context;)Z", "", ApiSince=37)]
public static bool ShouldShowPhysicalInput(Android.Content.Context context);
[<Android.Runtime.Register("shouldShowPhysicalInput", "(Landroid/content/Context;)Z", "", ApiSince=37)>]
static member ShouldShowPhysicalInput : Android.Content.Context -> bool

Parameters

context
Context

Returns

Attributes

Remarks

Returns true when characters entered into a password, pin or other secret field from hardware/physical input sources should either be shown or echoed briefly.

Android reference for android.text.ShowSecretsSetting.shouldShowPhysicalInput.

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