use default thread priority in order to fix playback issues on ICS
This commit is contained in:
parent
4c47c61a44
commit
66b7a7abf2
@ -375,7 +375,7 @@ public final class PlaybackService extends Service
|
|||||||
@Override
|
@Override
|
||||||
public void onCreate()
|
public void onCreate()
|
||||||
{
|
{
|
||||||
HandlerThread thread = new HandlerThread("PlaybackService", Process.THREAD_PRIORITY_BACKGROUND);
|
HandlerThread thread = new HandlerThread("PlaybackService", Process.THREAD_PRIORITY_DEFAULT);
|
||||||
thread.start();
|
thread.start();
|
||||||
|
|
||||||
mTimeline = new SongTimeline(this);
|
mTimeline = new SongTimeline(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user