2017-08-14 142 views

回答

0

您可以使用is5GHzBandSupported()從Android的API級別21

這樣:

wifiManager = (WifiManager) getApplicationContext().getSystemService(Context.WIFI_SERVICE); 
wifiManager.is5GHzBandSupported()