Hi,
I am new to android development and i want to access the ringtones list. How can i access ring tones list?
At later i want to add/ remove ring tones to library? Is it possible?
Thanks & Regards,
Jim.
Hi,
I am new to android development and i want to access the ringtones list. How can i access ring tones list?
At later i want to add/ remove ring tones to library? Is it possible?
Thanks & Regards,
Jim.
You can use the RingtoneManager
to access all the existing ringtones.
Have a look at this question for an example of how to add ringtones.