Merge "Expose UIDs for NetworkStack permission checks"

am: 3b887bdf4a

Change-Id: I893fbd359e9d5e7731e3b640b86ec9dd05b829f3
This commit is contained in:
Remi NGUYEN VAN
2019-01-22 05:53:20 -08:00
committed by android-build-merger
3 changed files with 3 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ public class Process {
/**
* Defines the root UID.
* @hide
*/
public static final int ROOT_UID = 0;
@@ -62,7 +61,6 @@ public class Process {
/**
* Defines the UID/GID for the user shell.
* @hide
*/
public static final int SHELL_UID = 2000;
@@ -116,7 +114,6 @@ public class Process {
/**
* Defines the UID/GID for the Bluetooth service process.
* @hide
*/
public static final int BLUETOOTH_UID = 1002;