diff options
| author | Etan Cohen <etancohen@google.com> | 2020-02-13 22:34:09 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-02-13 22:34:09 +0000 |
| commit | ee9f12795b5462cc49ef7ae69c260e3e64b66dec (patch) | |
| tree | 82a6123b686f9fb6cc4f8479cb776d7f2434ffe8 /core/java/android/content/Context.java | |
| parent | 520bc6f210d823aea9f5f919345383a13f3c1d0a (diff) | |
| parent | b9f28bc805e69cbb7943c1ef45d462f3d231372f (diff) | |
Merge "[WIFICOND] Rename to nl80211"
Diffstat (limited to 'core/java/android/content/Context.java')
| -rw-r--r-- | core/java/android/content/Context.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 49f62f407806..cfba9f4cd10a 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -4064,16 +4064,16 @@ public abstract class Context { /** * Use with {@link #getSystemService(String)} to retrieve a - * {@link android.net.wifi.WifiCondManager} for handling management of the Wi-Fi control - * daemon. + * {@link android.net.wifi.wificond.WifiNl80211Manager} for handling management of the + * Wi-Fi nl802.11 daemon (wificond). * * @see #getSystemService(String) - * @see android.net.wifi.WifiCondManager + * @see android.net.wifi.wificond.WifiNl80211Manager * @hide */ @SystemApi @SuppressLint("ServiceName") - public static final String WIFI_COND_SERVICE = "wificond"; + public static final String WIFI_NL80211_SERVICE = "wifinl80211"; /** * Use with {@link #getSystemService(String)} to retrieve a {@link |
