How to call wifi configuration screen?
How do call the wifi configuration screen from my application?
How do i create the intent to call it?
Thx in advance开发者_运维知识库.
startActivity(new Intent(Settings.ACTION_WIRELESS_SETTINGS));
Import Setting
class that belongs to the android.provider
package.
精彩评论