diff options
| author | Patrick Baumann <patb@google.com> | 2021-03-03 18:18:56 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-03-03 18:18:56 +0000 |
| commit | 649d086c2c0792e9bbb6fb952a5ec6a7c0f552b4 (patch) | |
| tree | ba1a1188593fe8f988dbc693e38b8e10febfaf77 /core/java/android/os/Process.java | |
| parent | 91ceae3ef78103eed535960ced3c7d06d8f267a8 (diff) | |
| parent | 9b694ef4d45ca54bcc4b7de6940f5608047a1a16 (diff) | |
Merge "Adds caller check to getAllPackages()" into rvc-dev
Diffstat (limited to 'core/java/android/os/Process.java')
| -rw-r--r-- | core/java/android/os/Process.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java index a4077fbee892..a89aefaa8c5b 100644 --- a/core/java/android/os/Process.java +++ b/core/java/android/os/Process.java @@ -203,6 +203,12 @@ public class Process { public static final int SE_UID = 1068; /** + * Defines the UID/GID for the iorapd. + * @hide + */ + public static final int IORAPD_UID = 1071; + + /** * Defines the UID/GID for the NetworkStack app. * @hide */ |
