Search code examples
androidringtoneringtonemanager

How to access all ringtones list in Android phone?


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?


Solution

  • 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.