问题描述
- 调用系统设置岀错,求大神解决
-
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);
求解
解决方案
错误提示是什么?这样看没觉得有什么错啊?
时间: 2024-11-03 21:28:20