Share via


PowerManager.IsRebootingUserspaceSupported Property

Definition

Returns true if this device supports rebooting userspace.

public virtual bool IsRebootingUserspaceSupported { [Android.Runtime.Register("isRebootingUserspaceSupported", "()Z", "GetIsRebootingUserspaceSupportedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isRebootingUserspaceSupported", "()Z", "GetIsRebootingUserspaceSupportedHandler", ApiSince=30)>]
member this.IsRebootingUserspaceSupported : bool

Property Value

Attributes

Remarks

Returns true if this device supports rebooting userspace.

Java documentation for android.os.PowerManager.isRebootingUserspaceSupported().

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