I am trying to set the default ringtone of device.I am using the
setActualDefaultRingtoneUri method to set my chosen ringtone as the
default one but when a phone call comes it still plays the default
ringtone and not the one which i had set. I searched for this

http://osdir.com/ml/AndroidDevelopers/2009-05/msg03213.html

 and found out that i need to use the MediaStore
(android.provider.MediaStore) and it's URI's to the external memory to
actually get the ringtones which i want.But for this i need to know
the id of that ringtone in the store. I can't figure out how to do
that.?..also how do i set the uri of my ringtone in the MediaStore? my
ringtone path is-->"/sdcard/rigtone.ogg"

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to