That would make it impossible to use the MediaPlayer with DRM. But whether that was the motive or not, the API does not expose this information: it is an implementation detail you are not supposed to need to know.
On Jun 3, 12:06 pm, maddesa <[email protected]> wrote: > Greetings, > > I am attempting to play a preview of a song in my application. THis > is accomplished quite simply using the standard mediaplayer API and > seemd to work exactly as I want it to. My question is this: > > Does the MediaPlayer save the file music file on the device somewhere? > > the main thrust of my code is this: > > MediaPlayer mediaPlayer = new MediaPlayer(); > mediaPlayer.setDataSource(<URL TO MEDIA > FILE>); > mediaPlayer.prepare(); > mediaPlayer.start(); > > So does the file get stored anywhere on the device? I do not think it > does, as I cannot seem to find it anywhere, but wanted to double > check. > > Thanks, > Mike -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

