开发者

How to call wifi configuration screen?

开发者 https://www.devze.com 2023-03-29 01:20 出处:网络
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));

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消