Rakesh
Rakesh

Reputation: 15047

How do I retrieve files or audio files programmatically from the device?

I want to know how to get the ringtone,audio files in the device and I want set them as alarm. How to do it?

I am working in the code to set the alarm and I want to know how to retreive audio or ringtones from the device.

Upvotes: 1

Views: 1112

Answers (1)

Donal Rafferty
Donal Rafferty

Reputation: 19826

Read the docs on RingtoneManager and Ringtone

RingtoneManager

Ringtone

Upvotes: 1

Related Questions