Skip to content

Commit ab750c5

Browse files
krutonAndroid (Google) Code Review
authored andcommitted
Merge "Add VPN UID to list in Process"
2 parents 5d189e1 + 26993b3 commit ab750c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/java/android/os/Process.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ public class Process {
9797
*/
9898
public static final int SDCARD_RW_GID = 1015;
9999

100+
/**
101+
* Defines the UID/GID for the group that controls VPN services.
102+
* @hide
103+
*/
104+
public static final int VPN_UID = 1016;
105+
100106
/**
101107
* Defines the UID/GID for the NFC service process.
102108
* @hide

0 commit comments

Comments
 (0)