Android WIFI模块
初始化
在SystemServer启动的时候,会生成一个ConnectivityService的实例,
try{
Log.i(TAG,"StartingConnectivityService.");
ServiceManager.addService(Context.CONNECTIVITY_SERVICE,new
ConnectivityService(context));
}catch(Throwablee){
Log.e(TAG,"FailurestartingConnectivityService",e);
}
ConnectivityService的
下载地址
用户评论
下下来自己慢慢调试吧,觉得还行
还不会用目前
很有用,正在做这样的毕设
本文适合新手