Loading core/java/android/os/Process.java +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ public class Process { * Defines the UID/GID for the NFC service process. * @hide */ public static final int NFC_UID = 1022; public static final int NFC_UID = 1023; /** * 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 @@ -95,7 +95,7 @@ public class Process { * Defines the UID/GID for the NFC service process. * @hide */ public static final int NFC_UID = 1022; public static final int NFC_UID = 1023; /** * Defines the GID for the group that allows write access to the internal media storage. Loading