Process.AreUidsForSameApplication(Int32, 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 true if the two UIDs belong to the same application, taking mathematically mapped UIDs (such as Private Compute Core sandbox) into account.
[Android.Runtime.Register("areUidsForSameApplication", "(II)Z", "", ApiSince=37)]
public static bool AreUidsForSameApplication(int uid1, int uid2);
[<Android.Runtime.Register("areUidsForSameApplication", "(II)Z", "", ApiSince=37)>]
static member AreUidsForSameApplication : int * int -> bool
Parameters
- uid1
- Int32
- uid2
- Int32
Returns
- Attributes