摘要: Intent intent = null; // 先判断当前系统版本 if(android.os.Build.VERSION.SDK_INT > 10){ // 3.0以上 intent = new Intent(android.provider.Settings.ACTION_WIRELESS_S 阅读全文
posted @ 2018-04-11 20:19 失落的城市 阅读(246) 评论(0) 推荐(0)