Open 1216845248 opened 1 year ago
简洁地描述下需求。
如果有的话,可以给出一些参考文章、链接、代码
感谢支持 AndroidUtilCode.
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
提 pr 上来
描述需求
简洁地描述下需求。
可借鉴的
如果有的话,可以给出一些参考文章、链接、代码
请删除当前行及以下内容
感谢支持 AndroidUtilCode.