summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2019-01-20 12:23:32 +0900
committerRemi NGUYEN VAN <reminv@google.com>2019-01-22 20:44:06 +0900
commit0d81df94cd2c33fece92d63fa313158d61349225 (patch)
tree9874d212fca4a3c209d1fc49879f73f34638c554 /core/java
parent8586a43f31d745f2327a481247b09b06717aaaac (diff)
Expose UIDs for NetworkStack permission checks
The UIDs are unlikely to change and added as public API. Test: m Bug: 112869080 Change-Id: I5477093a4c8593dd9ada7587b86c65352e628c34
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/os/Process.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java
index 0040825917e4..8254c534c7df 100644
--- a/core/java/android/os/Process.java
+++ b/core/java/android/os/Process.java
@@ -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;