Merge "Update doc on getConfiguredNetworks" into jb-mr1-dev

This commit is contained in:
Irfan Sheriff
2012-09-25 11:50:45 -07:00
committed by Android (Google) Code Review

View File

@@ -540,7 +540,8 @@ public class WifiManager {
* <li>allowedGroupCiphers</li>
* </ul>
* @return a list of network configurations in the form of a list
* of {@link WifiConfiguration} objects.
* of {@link WifiConfiguration} objects. Upon failure to fetch or
* when when Wi-Fi is turned off, it can be null.
*/
public List<WifiConfiguration> getConfiguredNetworks() {
try {