summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-03-05 07:40:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-03-05 07:40:36 +0000
commit0b8d55e633babf71a37da1e91cb44eb6ba1cb62c (patch)
tree7e1786ffbb42b56eb7304f6cd271c1653e89868c
parent1451124f86c70b70eeb6908dd9a8248f9e8e2ea6 (diff)
parentf4b4f4d43bafac1e50cdfc82ed34d60a3b99063e (diff)
Merge "Add DNS_TETHER to the list of UIDs in the framework."
-rw-r--r--core/java/android/os/Process.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java
index 5e6f5f5dad5b..d693ee8d941a 100644
--- a/core/java/android/os/Process.java
+++ b/core/java/android/os/Process.java
@@ -140,6 +140,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
*/