android - Activity found to handle Intent -


I'm trying to invite Android's internal media player from my activity. There is a problem with the manifold file.

Please see this problem.

08-04 18: 08: 47.825: Error / Android Random (1386): Android Content. Activis nonfofaid exception: Intent {act = android.intent.action.VIEW.dat = file: /// Sdcard / audiodata.wav}

for this internal audio player Is:

  intent = new intent (); Intent.setAction (android.content.Intent.ACTION_VIEW); File file = new file ("/ sdcard / test0.mp3"); Intent.setDataAndType (Uri.from file (file), MIME_AUDIO); _context.startActivity;  

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -