diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-01-10 15:08:35 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-10 15:08:35 +0000 |
| commit | a5bd79b07e77c79a284df432a36e2daf55f1ce10 (patch) | |
| tree | bfd5345173c965666f5bf2825cd2246796a6c836 /core/java/android/os/Process.java | |
| parent | 101f60b732e69c8cf8936b641770d1629bf2e898 (diff) | |
| parent | 39624ff39b4690dec44c9cc2e018ff53b74aa9fc (diff) | |
Merge changes from topic "radio_scan_system_api"
* changes:
Promote RADIO_SCAN_WITHOUT_LOCATION permission to @SystemApi
Process: Make WIFI_UID a public API constant
Diffstat (limited to 'core/java/android/os/Process.java')
| -rw-r--r-- | core/java/android/os/Process.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java index 5fe647c8b6bf..5d80ab6453cc 100644 --- a/core/java/android/os/Process.java +++ b/core/java/android/os/Process.java @@ -68,10 +68,9 @@ public class Process { public static final int LOG_UID = 1007; /** - * Defines the UID/GID for the WIFI supplicant process. - * @hide + * Defines the UID/GID for the WIFI native processes like wificond, supplicant, hostapd, + * vendor HAL, etc. */ - @UnsupportedAppUsage public static final int WIFI_UID = 1010; /** |
