Hi there,
Has anybody got the right intent to open sound settings? I find that
this line of code:
startActivity(new Intent
(android.provider.Settings.ACTION_SETTINGS));
works great, while this line, which should open exactly the Settings
panel I need to show, does not work at all and my application force
closes.
startActivity(new Intent
(android.provider.Settings.ACTION_SOUND_SETTINGS));
I also find that the ACTION_DISPLAY_SETTINGS works on the emulator and
then does not work on the Hero device. Does anyone have a suggestion
of how to open the sound settings?
I am using a try/catch block and an error toast to defensively code my
app not to crash this way. Thanks in advance for any help you might
offer.
Regards,
Beth
--
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