Loading core/java/android/os/Process.java +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,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 GID for the group that allows write access to the internal media storage. Loading Loading
core/java/android/os/Process.java +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,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 GID for the group that allows write access to the internal media storage. Loading