diff options
| author | 2019-02-08 21:30:33 +0000 | |
|---|---|---|
| committer | 2019-02-08 21:30:33 +0000 | |
| commit | 4907fccc02edfb88dce7930ed3a2c8b6c6a3ad05 (patch) | |
| tree | 8d3ca5adae352dc3317836676da3aef626be85e2 | |
| parent | 07d709cf7845fced6929c518ddeae4b9f12ebaa3 (diff) | |
| parent | 0dfff0de844bbcfdd6164f882621ec791a4ac380 (diff) | |
Merge "Wifi: Update the API doc for LOW_LATENCY wifilocks"
| -rw-r--r-- | wifi/java/android/net/wifi/WifiManager.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index 1273a4aacf45..2cc1d8313225 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -1037,9 +1037,6 @@ public class WifiManager { * Example use cases are real time gaming or virtual reality applications where * low latency is a key factor for user experience. * <p> - * When there is no support from the hardware, the {@link #WIFI_MODE_FULL_LOW_LATENCY} - * lock will cause the device not to go power save. - * <p> * Note: For an app which acquires both {@link #WIFI_MODE_FULL_LOW_LATENCY} and * {@link #WIFI_MODE_FULL_HIGH_PERF} locks, {@link #WIFI_MODE_FULL_LOW_LATENCY} * lock will be effective when app is running in foreground and screen is on, @@ -4877,4 +4874,4 @@ public class WifiManager { throw e.rethrowFromSystemServer(); } } -}
\ No newline at end of file +} |