[android-developers] Re: Playing a .mp3 file using View Intent

2009-05-05 Thread Ask
Hi MrChaz, Thanks for your help. I changed it and its working now. regards, Asif On May 5, 3:55 pm, MrChaz wrote: > it's "audio/mp3" not "/audio/mp3" > > On May 5, 11:27 am, Asif k wrote: > > > > > Hi all, > > >    I want to play a mp3 file which is stored in the /sdcard/ using > > ACTIO

[android-developers] Re: Playing a .mp3 file using View Intent

2009-05-05 Thread MrChaz
it's "audio/mp3" not "/audio/mp3" On May 5, 11:27 am, Asif k wrote: > Hi all, > >    I want to play a mp3 file which is stored in the /sdcard/ using > ACTION_VIEW intent and I used following code to accomplish that, but I > got ActivityNotFound Exception.. > > Intent intent = new Intent(android.