2013-09-05 42 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

相關問題