Merge "Expose UIDs for NetworkStack permission checks"
am: 3b887bdf4a
Change-Id: I893fbd359e9d5e7731e3b640b86ec9dd05b829f3
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user