Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4390c3b5 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

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

am: c64dc7c6

Change-Id: I73a7bac120fb682dde44c3eb0b7587a727d2f343
parents 5f311906 c64dc7c6
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -139,6 +139,12 @@ public class Process {
     */
     */
    public static final int CAMERASERVER_UID = 1047;
    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.
     * Defines the UID/GID for the WebView zygote process.
     * @hide
     * @hide