UserManager.IsHeadlessSystemUserMode Property

Definition

Checks whether the device is running in a headless system user mode.

public static bool IsHeadlessSystemUserMode { [Android.Runtime.Register("isHeadlessSystemUserMode", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isHeadlessSystemUserMode", "()Z", "", ApiSince=31)>]
member this.IsHeadlessSystemUserMode : bool

Property Value

Boolean

whether the device is running in a headless system user mode.

Attributes

Remarks

Java documentation for android.os.UserManager.isHeadlessSystemUserMode().

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