Android 判断当前网络连接是否可用、打开设置网络界面
在Android平台上开发基于网络的应用,必然需要去判断当前的网络连接情况。package com.example.network;import android.content.Context;import android.net.ConnectivityManager;import android.net.NetworkInfo;public class NetworkUti