UserManager.IsSystemUser Property

Definition

Used to check if this process is running under the system user.

public virtual bool IsSystemUser { [Android.Runtime.Register("isSystemUser", "()Z", "GetIsSystemUserHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isSystemUser", "()Z", "GetIsSystemUserHandler", ApiSince=23)>]
member this.IsSystemUser : bool

Property Value

Boolean

whether this process is running under the system user.

Attributes

Remarks

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

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