[android-developers] Select mp3 to play?

2011-02-17 Thread vnv
Hi, I would like to enable my user to select mp3 or whatever sound file he want's to to play it as designated alarm sound. Is there any intent-alike thingy that I could call and user would browse selection and select, after which I could have path to the existing file. Tnx for help in advance.

Re: [android-developers] Select mp3 to play?

2011-02-17 Thread Danielle Murkerson
I had to do something similar for my app...what I did was use the Alarm Manager based on these examples: http://www.androidcompetencycenter.com/2009/02/android-basics-alarm-service/ http://www.epochconverter.com/ I only had two files (in my case they were live streams) for my user to choose from