Merge "Making Process.NFC_UID SystemApi for modules" am: 06580338e6 am: d086e8ee72 am: 0fcd2ed905 am: 26f9b5d78b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1945288

Change-Id: Ia7695f25f9bec9cd61c1743888cb8c8dd3b8ee04
This commit is contained in:
Etienne Ruffieux
2022-01-21 00:19:54 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 0 deletions

View File

@@ -376,6 +376,7 @@ package android.os {
}
public class Process {
field public static final int NFC_UID = 1027; // 0x403
field public static final int VPN_UID = 1016; // 0x3f8
}

View File

@@ -132,6 +132,7 @@ public class Process {
*/
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
@TestApi
@SystemApi(client = MODULE_LIBRARIES)
public static final int NFC_UID = 1027;
/**