Language

Process.AreUidsForSameApplication(Int32, Int32) Method

Definition

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

Applies to