diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2017-03-21 17:49:02 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-03-21 17:49:07 +0000 |
| commit | d5e35f98ece0fd545bf471bd5d5a67761d590df5 (patch) | |
| tree | c0d0edfc05278ff92401af2133179d621d31753e /core/java/android | |
| parent | 71e06d9d29f732a9df47702d8ea8db96c378f88f (diff) | |
| parent | 07c5c6f7f02b0ed1b71647558fabdac15bbc8d24 (diff) | |
Merge "Allocate new UID for OTA update resource tracking."
Diffstat (limited to 'core/java/android')
| -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 d6688e3c00f7..f69c996c5368 100644 --- a/core/java/android/os/Process.java +++ b/core/java/android/os/Process.java @@ -140,6 +140,12 @@ public class Process { public static final int WEBVIEW_ZYGOTE_UID = 1051; /** + * Defines the UID used for resource tracking for OTA updates. + * @hide + */ + public static final int OTA_UPDATE_UID = 1061; + + /** * Defines the start of a range of UIDs (and GIDs), going from this * number to {@link #LAST_APPLICATION_UID} that are reserved for assigning * to applications. |
