3
我想調整我的活動中的顯示設置。Android Settings.ACTION_DISPLAY_SETTINGS找不到
Intent intent=new Intent(Settings.ACTION_DISPLAY_SETTINGS); startActivity(intent);
但我得到以下異常:
09-24 21:24:35.901: ERROR/AndroidRuntime(5892):
android.content.ActivityNotFoundException:
No Activity found to handle Intent
{ action=android.settings.DISPLAY_SETTINGS }