Język

Process.IsPrivateComputeCoreUid(Int32) Method

Definition

Returns whether the provided UID belongs to components running in a Private Compute Core sandbox process.

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

Parameters

uid
Int32

Returns

Attributes

Remarks

Returns whether the provided UID belongs to components running in a Private Compute Core sandbox process.

Android reference for android.os.Process.isPrivateComputeCoreUid.

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