设置 > 通信(选项卡)> 无线和网络 > 移动网络 >3G 服务...我见过一个应用程序可以做到这一点..
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setClassName("com.android.phone", "com.android.phone.Settings");
startActivity(intent);
此代码打开直到Mobile Networks
..
具体来说,我想在移动网络中打开3G Service
..