Intent mIntent = new Intent();
ComponentName comp = new ComponentName("com.android.settings", "com.android.settings.TextToSpeechSettings");
mIntent.setComponent(comp);
mIntent.setAction("android.intent.action.VIEW");
startActivity(mIntent);
求解
错误提示是什么?这样看没觉得有什么错啊?