Merge "Add DNS_TETHER to the list of UIDs in the framework." am: 0b8d55e633

am: c64dc7c632

Change-Id: I73a7bac120fb682dde44c3eb0b7587a727d2f343
This commit is contained in:
Lorenzo Colitti
2018-03-05 09:59:20 +00:00
committed by android-build-merger

View File

@@ -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