I want to adjust display settings in my activity.
Intent intent=new Intent(Settings.ACTION_DISPLAY_SETTINGS); startActivity(intent);
got exception:
09-24 21:24:35.901: ERROR/AndroidRuntime(5892):
android.content.ActivityNotFoundException:
No Activity found to handle Intent
{ action=android.settings.DISPLAY_SETTINGS }