1
0
Fork 0
forked from len0rd/rockbox
foxbox/android/src/org/rockbox/Helper
Thomas Martitz 4d2ab32339 Android: Work around an android bug.
BitmapFactory.decodeFile() fails when called outside the main thread.
Work around by running the code on the main thread. This also has the advantage
of off-loading from the Rockbox thread which should improve track skipping
delays.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30825 a1c6a512-1295-4272-9138-f99709370657
2011-10-22 15:28:09 +00:00
..
Logger.java Android: Rework RunForegroundManager (again) 2011-07-18 22:04:08 +00:00
MediaButtonReceiver.java Android: Rework RunForegroundManager (again) 2011-07-18 22:04:08 +00:00
RunForegroundManager.java Android: Work around an android bug. 2011-10-22 15:28:09 +00:00