Loading core/java/android/os/Process.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/os/Process.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading