2013-09-05 40 views

回答

0

试试这个

Intent intent=new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS); 
ComponentName cName = new ComponentName("com.android.phone","com.android.phone.Settings"); 
intent.setComponent(cName); 

this

相关问题