Skip to content

Commit 5935853

Browse files
committed
Update doc on getConfiguredNetworks
BUg: 7223590 Change-Id: Id92699ae48ea75f94638fcc3bd776b863911985b
1 parent 26c5686 commit 5935853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wifi/java/android/net/wifi/WifiManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ public WifiManager(Context context, IWifiManager service) {
540540
* <li>allowedGroupCiphers</li>
541541
* </ul>
542542
* @return a list of network configurations in the form of a list
543-
* of {@link WifiConfiguration} objects.
543+
* of {@link WifiConfiguration} objects. Upon failure to fetch or
544+
* when when Wi-Fi is turned off, it can be null.
544545
*/
545546
public List<WifiConfiguration> getConfiguredNetworks() {
546547
try {

0 commit comments

Comments
 (0)