Merge "Migrate WifiManager.isDualModeSupported() to isStaApConcurrencySupported()"
This commit is contained in:
@@ -40,7 +40,7 @@ public class WifiTetherApBandPreferenceController extends WifiTetherBasePreferen
|
||||
public WifiTetherApBandPreferenceController(Context context,
|
||||
OnTetherConfigUpdateListener listener) {
|
||||
super(context, listener);
|
||||
isDualMode = mWifiManager.isDualModeSupported();
|
||||
isDualMode = mWifiManager.isStaApConcurrencySupported();
|
||||
updatePreferenceEntries();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user