Process.FirstApplicationUid Field

Definition

Defines the start of a range of UIDs (and GIDs), going from this number to #LAST_APPLICATION_UID that are reserved for assigning to applications.

[Android.Runtime.Register("FIRST_APPLICATION_UID")]
public const int FirstApplicationUid = 10000;
[<Android.Runtime.Register("FIRST_APPLICATION_UID")>]
val mutable FirstApplicationUid : int

Field Value

Value = 10000
Attributes

Remarks

Defines the start of a range of UIDs (and GIDs), going from this number to #LAST_APPLICATION_UID that are reserved for assigning to applications.

Java documentation for android.os.Process.FIRST_APPLICATION_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