Merge "Making Process.NFC_UID SystemApi for modules"

This commit is contained in:
Etienne Ruffieux
2022-01-20 23:19:12 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

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

View File

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