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

Commit 007e6217 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Add MEDIA_UID"

parents 76326a9d 8b7d1b4d
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -85,6 +85,12 @@ public class Process {
     */
     */
    public static final int WIFI_UID = 1010;
    public static final int WIFI_UID = 1010;


    /**
     * Defines the UID/GID for the mediaserver process.
     * @hide
     */
    public static final int MEDIA_UID = 1013;

    /**
    /**
     * Defines the GID for the group that allows write access to the SD card.
     * Defines the GID for the group that allows write access to the SD card.
     * @hide
     * @hide