PackageManager.GetAppUidForPrivateComputeCoreUid(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.
Maps a Private Compute Core (PCC) UID to its corresponding application UID.
[Android.Runtime.Register("getAppUidForPrivateComputeCoreUid", "(I)I", "GetGetAppUidForPrivateComputeCoreUid_IHandler", ApiSince=37)]
public virtual int GetAppUidForPrivateComputeCoreUid(int pccUid);
[<Android.Runtime.Register("getAppUidForPrivateComputeCoreUid", "(I)I", "GetGetAppUidForPrivateComputeCoreUid_IHandler", ApiSince=37)>]
abstract member GetAppUidForPrivateComputeCoreUid : int -> int
override this.GetAppUidForPrivateComputeCoreUid : int -> int
Parameters
- pccUid
- Int32
The PCC UID to map.
Returns
The corresponding application UID, or Process#INVALID_UID if the
provided UID is not a valid PCC UID or no mapping exists.
- Attributes
Remarks
Maps a Private Compute Core (PCC) UID to its corresponding application UID.
Android reference for android.content.pm.PackageManager.getAppUidForPrivateComputeCoreUid.
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.