Closed GoogleCodeExporter closed 9 years ago
Yes, I've encountered this problem myself, and I'll relese a version of SLS
soon that
will have a fix for it. It isn't critical though, as scrobbling still functions
properly.
The reason this ClassCastException is thrown is that in early versions of
Android
(e.g. 1.5) the default music player broadcasts the AudioStore id as an int, but
in
later versions (e.g. 2.1) it broadcasts it as a long. And apparently the Bundle
class
doesn't automatically convert ints to longs, or vice versa.
(Which it probably shouldn't, but it's kind of inconsiderate of the Android
developers to change the type just like that - although perhaps I shouldn't
depend on
such things).
So, a fix will be released soon.
Original comment by tgwizard
on 10 Feb 2010 at 6:19
[deleted comment]
Oh btw, thanks for the bug report!
Original comment by tgwizard
on 10 Feb 2010 at 6:20
Should now be fixed in v1.2.7. Sorry it took so long.
Original comment by tgwizard
on 28 Feb 2010 at 11:14
Original issue reported on code.google.com by
logan.gba
on 10 Feb 2010 at 2:47