Set or View “Advanced Wi-fi” Settings programatically
问题 I need a way to open the "Advanced wifi" settings programatically to let the user change some of the settings, or, preferably, to change these advanced wireless settings programatically. I can only access the wi-fi settings so far via startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS)) but not the advanced settings. Is there a way to open the "Advanced wifi" settings? 回答1: There are two more settings that might work for you: From the API documentation: Settings.ACTION_WIRELESS_SETTINGS