Merge "Fix Settings crash after clicking 'Share Wi-Fi' button"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6e245f4736
@@ -212,7 +212,7 @@ public class WifiNetworkConfig {
|
||||
wifiManager.connect(wifiConfiguration, listener);
|
||||
}
|
||||
|
||||
public boolean isSupportConfiguratorQrCodeScanner(Context context) {
|
||||
public boolean isSupportWifiDpp(Context context) {
|
||||
if (!WifiDppUtils.isWifiDppEnabled(context)) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user