Loading core/java/android/os/Process.java +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ public class Process { * Defines the UID/GID for the NFC service process. * @hide */ public static final int NFC_UID = 1023; public static final int NFC_UID = 1025; /** * Defines the start of a range of UIDs (and GIDs), going from this Loading Loading
core/java/android/os/Process.java +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ public class Process { * Defines the UID/GID for the NFC service process. * @hide */ public static final int NFC_UID = 1023; public static final int NFC_UID = 1025; /** * Defines the start of a range of UIDs (and GIDs), going from this Loading