Process.IsApplicationUid(Int32) Method

Definition

Returns whether the given uid belongs to an application.

[Android.Runtime.Register("isApplicationUid", "(I)Z", "", ApiSince=24)]
public static bool IsApplicationUid (int uid);
[<Android.Runtime.Register("isApplicationUid", "(I)Z", "", ApiSince=24)>]
static member IsApplicationUid : int -> bool

Parameters

uid
Int32

A kernel uid.

Returns

Whether the uid corresponds to an application sandbox running in a specific user.

Attributes

Remarks

Returns whether the given uid belongs to an application.

Java documentation for android.os.Process.isApplicationUid(int).

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