Hey guys,

why does the following work:

startActivity(new Intent(Settings.ACTION_SECURITY_SETTINGS));

but not this:
startActivity(new Intent(Settings.ACTION_DISPLAY_SETTINGS));

LogCat says No Activity found to handle this Intent. So my question is
how to bring up i.e. the "Sound & Display"-Settings-Activity.

Thx in advance.

Regards,
plusminus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to