summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-09 12:53:41 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-07-09 12:53:41 -0700
commitc6f81c6716c634317c69343fc2fd9a2fe6a2c034 (patch)
tree8417e86ecd33f052ea30e653b61147330c60ea80 /core
parentb63e4ea685a53a2000f74e4f5ed7f26d3fd8e4c7 (diff)
parentd1e5e3ffc22478bad8525dec4f1c6d57fe0ad368 (diff)
downloadframeworks_base-c6f81c6716c634317c69343fc2fd9a2fe6a2c034.zip
frameworks_base-c6f81c6716c634317c69343fc2fd9a2fe6a2c034.tar.gz
frameworks_base-c6f81c6716c634317c69343fc2fd9a2fe6a2c034.tar.bz2
am d1e5e3ff: Merge change 6639 into donut
Merge commit 'd1e5e3ffc22478bad8525dec4f1c6d57fe0ad368' * commit 'd1e5e3ffc22478bad8525dec4f1c6d57fe0ad368': Restore audio settings and wifi.
Diffstat (limited to 'core')
-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 1214abc..51e6c1e 100644
--- a/core/java/android/os/Process.java
+++ b/core/java/android/os/Process.java
@@ -68,6 +68,12 @@ public class Process {
public static final int PHONE_UID = 1001;
/**
+ * Defines the UID/GID for the WIFI supplicant process.
+ * @hide
+ */
+ public static final int WIFI_UID = 1010;
+
+ /**
* 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.