Share via


Process.RootUid Field

Definition

Defines the root UID.

[Android.Runtime.Register("ROOT_UID", ApiSince=29)]
public const int RootUid = 0;
[<Android.Runtime.Register("ROOT_UID", ApiSince=29)>]
val mutable RootUid : int

Field Value

Value = 0
Attributes

Remarks

Defines the root UID.

Java documentation for android.os.Process.ROOT_UID.

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