OSDN Git Service

Eleven - Fix MusicPlaybackSerivce to show the proper metadata when a
authorRohit Yengisetty <rohit@cyngn.com>
Wed, 22 Oct 2014 00:24:59 +0000 (17:24 -0700)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 20:51:34 +0000 (12:51 -0800)
commit5a2209133a66ae55a0f9028423ce5cd1ed384d91
tree73b4fb170636f88c74b2b8a39525bbb46f5c9e0d
parent4d3a310950ec3e6b7ccddf195808f7d319f9ed4e
Eleven - Fix MusicPlaybackSerivce to show the proper metadata when a
downloaded audio file is playing. A call to notify UI of a change in
the song metada was missing which consequently led to song information
not updating in the audio player UI. The ability to handle download
uri ("content://downloads/*") has been added.

The Jira ticket states that there itself isn't working, but
MediaPlayer was able to handle download uri and playback the audio
file. There was code missing to get audio info in such a case.

https://cyanogen.atlassian.net/browse/MUSIC-4

Change-Id: I2c642c337c42c28ac28237de5a655ee55b5b8d33
src/com/cyngn/eleven/MusicPlaybackService.java