Android 手动连接wifi的源码
这是一个用来连接到 WIFI 热点的库。 简单实用方法: 1 final Intent intent = new Intent("com.farproc.wifi.connecter.action.CONNECT_OR_EDIT"); 2 intent.putExtra("com.farproc.wifi.connecter.extra.HOTSPOT", scanResult); 3 startActivity(intent);
下载地址
用户评论
适应刚学习的,应该还不错
很好用,帮助很大
密码大于设定的长度就不会报错了,看了好多这样的demo
看过了,应该还不错吧,正在学习中