Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android 10 版本打开wifi 方式已经失效,能否适配下新的方式? #1778

Open
1216845248 opened this issue Jun 15, 2023 · 2 comments
Assignees

Comments

@1216845248
Copy link

描述需求

简洁地描述下需求。

可借鉴的

如果有的话,可以给出一些参考文章、链接、代码

请删除当前行及以下内容

感谢支持 AndroidUtilCode.

@cwh-github
Copy link

Android 10 好像需要跳转到设置界面手动打开wif

Intent panelIntent = new Intent(Settings.Panel.ACTION_INTERNET_CONNECTIVITY);
startActivityForResult(panelIntent);

https://stackoverflow.com/questions/58075596/turning-on-wifi-using-wifimanager-stops-to-work-on-android-10/63262649#63262649

@AdminQQZ
Copy link

提 pr 上来

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants