How to open wifi settings on Nook/NookColor
问题 My app needs active wifi connection. I added button "Go to wifi settings" with this code Intent settings = new Intent(Settings.ACTION_WIFI_SETTINGS); settings.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(settings); It is works perfect on 95% of devices. But on Nook color I have error android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.WIFI_SETTINGS flg=0x10000000 } How to open wifi settings on Nook/Nook color? 回答1: Summary : 1-Find