tags:

views:

462

answers:

2

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.

+3  A: 

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.

Dave Webb
That's great.RingtoneManager allows access to each ringtone files. There is no API avaiable to add/remove ringtones.is it possible to add/remove ringtones?
Jim
@Jim - just edited the question to link to a question which shows you how to add ringtones.
Dave Webb
A: 

how can i show alert for selecting the ringtones?

chandu
please start new thread for new question.
Jim