Merge "WifiManager: Add missing field to getConfiguredNetworks() doc"

This commit is contained in:
Roshan Pius
2019-12-04 17:49:38 +00:00
committed by Gerrit Code Review

View File

@@ -1200,6 +1200,7 @@ public class WifiManager {
* <li>allowedAuthAlgorithms</li>
* <li>allowedPairwiseCiphers</li>
* <li>allowedGroupCiphers</li>
* <li>status</li>
* </ul>
* @return a list of network configurations in the form of a list
* of {@link WifiConfiguration} objects.