views:

136

answers:

0

Hi,

I have some ogg audios in my raw folder and I'm trying to set one of them as a Ringtone (or Notification, Alarm... whatever).

I've been looking at the source code of RingDroid and I can see how is this done using the ContentValues and MediaStore, but in all the examples I've seen, the audio files is in the SDCard.

Is it possible to set the ringtone directly from the raw folder? If not, how can I make a copy of the raw file to a folder in the SD?

Thanks in advance.