Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -28869,7 +28869,7 @@ package android.net.wifi { method public boolean isEnhancedPowerReportingSupported(); method public boolean isP2pSupported(); method public boolean isPreferredNetworkOffloadSupported(); method public boolean isScanAlwaysAvailable(); method public deprecated boolean isScanAlwaysAvailable(); method public boolean isTdlsSupported(); method public boolean isWifiEnabled(); method public deprecated boolean pingSupplicant(); wifi/java/android/net/wifi/WifiManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -2081,7 +2081,10 @@ public class WifiManager { * even when Wi-Fi is turned off. * * To change this setting, see {@link #ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE}. * @deprecated The ability for apps to trigger scan requests will be removed in a future * release. */ @Deprecated public boolean isScanAlwaysAvailable() { try { return mService.isScanAlwaysAvailable(); Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -28869,7 +28869,7 @@ package android.net.wifi { method public boolean isEnhancedPowerReportingSupported(); method public boolean isP2pSupported(); method public boolean isPreferredNetworkOffloadSupported(); method public boolean isScanAlwaysAvailable(); method public deprecated boolean isScanAlwaysAvailable(); method public boolean isTdlsSupported(); method public boolean isWifiEnabled(); method public deprecated boolean pingSupplicant();
wifi/java/android/net/wifi/WifiManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -2081,7 +2081,10 @@ public class WifiManager { * even when Wi-Fi is turned off. * * To change this setting, see {@link #ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE}. * @deprecated The ability for apps to trigger scan requests will be removed in a future * release. */ @Deprecated public boolean isScanAlwaysAvailable() { try { return mService.isScanAlwaysAvailable(); Loading