When the Android browser opens a media file it can play, the built-in (stagefright?) media player opens up to stream it. A title for this media is displayed on the player dialog, based on the URL.
The URL in this case was http://10.0.37.195/waug_mp3_128k
. The media player simply uses the last part of the path as its title.
Is it possible to change the displayed title?
I have tried a Content-Disposition
header, but it had no effect:
Content-Disposition: inline; filename=Some Better Title