summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-03-21 17:49:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-21 17:49:07 +0000
commitd5e35f98ece0fd545bf471bd5d5a67761d590df5 (patch)
treec0d0edfc05278ff92401af2133179d621d31753e /core/java/android
parent71e06d9d29f732a9df47702d8ea8db96c378f88f (diff)
parent07c5c6f7f02b0ed1b71647558fabdac15bbc8d24 (diff)
Merge "Allocate new UID for OTA update resource tracking."
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/os/Process.java6
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.