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 }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to