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
|
||||
public void onCreate()
|
||||
{
|
||||
HandlerThread thread = new HandlerThread("PlaybackService", Process.THREAD_PRIORITY_BACKGROUND);
|
||||
HandlerThread thread = new HandlerThread("PlaybackService", Process.THREAD_PRIORITY_DEFAULT);
|
||||
thread.start();
|
||||
|
||||
mTimeline = new SongTimeline(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user