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

Commit 8b7d1b4d authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Add MEDIA_UID

Change-Id: Iaf03913dce95420e21c79226031b7caaaedf2ce8
parent d44e1b60
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -85,6 +85,12 @@ public class Process {
     */
    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.
     * @hide