Loading core/java/android/os/Process.java +6 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,12 @@ public class Process { */ public static final int SDCARD_RW_GID = 1015; /** * Defines the UID/GID for the group that controls VPN services. * @hide */ public static final int VPN_UID = 1016; /** * Defines the UID/GID for the NFC service process. * @hide Loading Loading
core/java/android/os/Process.java +6 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,12 @@ public class Process { */ public static final int SDCARD_RW_GID = 1015; /** * Defines the UID/GID for the group that controls VPN services. * @hide */ public static final int VPN_UID = 1016; /** * Defines the UID/GID for the NFC service process. * @hide Loading