Android.OS.Process.FirstApplicationUid Field
Defines the start of a range of UIDs (and GIDs), going from this number to Process.LastApplicationUid that are reserved for assigning to applications.

Value: 10000

Syntax

[Android.Runtime.Register("FIRST_APPLICATION_UID")]
public const int FirstApplicationUid

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1