我有个问题。我在 ondroid 4.2.2 上购买了 google nexus 7(3g 版),我想以编程方式启用\禁用漫游数据。我怎么做?
ConnectivityManager cm = (ConnectivityManager) getContext().getSystemService(Context.CONNECTIVITY_SERVICE);
boolean st = cm.getNetworkInfo(ConnectivityManager.TYPE_MOBILE).isRoaming();
此代码检查漫游状态。
我可以从我的源代码中启用/禁用此功能,还是可能只有移动设置的首选项活动?