Skip to content

Commit 9b3a7f7

Browse files
isheriffAndroid (Google) Code Review
authored andcommitted
Merge "Update doc on getConfiguredNetworks" into jb-mr1-dev
2 parents a8a7e71 + 5935853 commit 9b3a7f7

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)