Loading core/java/android/os/Process.java +6 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,12 @@ public class Process { */ public static final int CAMERASERVER_UID = 1047; /** * Defines the UID/GID for the tethering DNS resolver (currently dnsmasq). * @hide */ public static final int DNS_TETHER_UID = 1052; /** * Defines the UID/GID for the WebView zygote process. * @hide Loading Loading
core/java/android/os/Process.java +6 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,12 @@ public class Process { */ public static final int CAMERASERVER_UID = 1047; /** * Defines the UID/GID for the tethering DNS resolver (currently dnsmasq). * @hide */ public static final int DNS_TETHER_UID = 1052; /** * Defines the UID/GID for the WebView zygote process. * @hide Loading