Define SDK_SANDBOX_VIRTUAL_UID

Bug: 219080829
Bug: 219077358
Test: N/A - this is a constant definition
Change-Id: I64861513962a384f1a46a736e429e71d6d22cbed
This commit is contained in:
Dmitri Plotnikov
2022-02-28 16:48:23 -08:00
parent 612b7a69dc
commit a242a89956
2 changed files with 9 additions and 0 deletions

View File

@@ -1787,6 +1787,7 @@ package android.os {
field public static final int LAST_ISOLATED_UID = 99999; // 0x1869f
field public static final int NFC_UID = 1027; // 0x403
field public static final int NUM_UIDS_PER_APP_ZYGOTE = 100; // 0x64
field public static final int SDK_SANDBOX_VIRTUAL_UID = 1090; // 0x442
}
public final class StrictMode {

View File

@@ -256,6 +256,14 @@ public class Process {
*/
public static final int UWB_UID = 1083;
/**
* Defines a virtual UID that is used to aggregate data related to SDK sandbox UIDs.
* {@see SdkSandboxManager}
* @hide
*/
@TestApi
public static final int SDK_SANDBOX_VIRTUAL_UID = 1090;
/**
* GID that corresponds to the INTERNET permission.
* Must match the value of AID_INET.