How to access all ringtones list in Android phone?

Jim picture Jim · Jan 23, 2010 · Viewed 10.5k times · Source

I want to access the ringtones list. How can I do that?

At later I want to add/ remove ring tones to library? Is it possible?

Answer

Dave Webb picture Dave Webb · Jan 23, 2010

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.