Process.GetPrivateComputeCoreUidForAppUid(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Private Compute Core UID corresponding to an app UID.
[Android.Runtime.Register("getPrivateComputeCoreUidForAppUid", "(I)I", "", ApiSince=37)]
public static int GetPrivateComputeCoreUidForAppUid(int uid);
[<Android.Runtime.Register("getPrivateComputeCoreUidForAppUid", "(I)I", "", ApiSince=37)>]
static member GetPrivateComputeCoreUidForAppUid : int -> int
Parameters
- uid
- Int32
the app UID
Returns
the Private Compute Core UID for the given app UID
- Attributes