Hi,
I am using an expandable list to show settings, on the event click i
want to view default ringtone settings of the device.
When i tried using "DefaultRingtonePreference" of
com.android.settings, the thread is panicing saying that "activity not
found", but when i used "SoundAnddisplaySettings" the activity can be
viewed. Can anyone tell me where am gng wrong. Code snippet is below

Intent toneIntent = new Intent();
toneIntent.setClassName
("com.android.settings","com.android.settings.DefaultRingtonePreference");
startActivity(toneIntent);

Also is there any other option to get the ringones name from database
accessing, any code for that for reference ?

Thanks in advance
Anup

--~--~---------~--~----~------------~-------~--~----~
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