Merge "Add constant for SDCARD_RW group ID."
This commit is contained in:
committed by
Android (Google) Code Review
commit
ab853b39be
@@ -85,6 +85,12 @@ public class Process {
|
||||
*/
|
||||
public static final int WIFI_UID = 1010;
|
||||
|
||||
/**
|
||||
* Defines the GID for the group that allows write access to the SD card.
|
||||
* @hide
|
||||
*/
|
||||
public static final int SDCARD_RW_GID = 1015;
|
||||
|
||||
/**
|
||||
* Defines the start of a range of UIDs (and GIDs), going from this
|
||||
* number to {@link #LAST_APPLICATION_UID} that are reserved for assigning
|
||||
|
||||
Reference in New Issue
Block a user