Changed playback service to not sticky

This commit is contained in:
daniel oeh 2012-06-28 10:45:39 +02:00
parent b291d56fbb
commit e705ed2bee
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ public class PlaybackService extends Service {
Log.w(TAG, "Something went wrong. Shutting down...");
stopSelf();
}
return Service.START_STICKY;
return Service.START_NOT_STICKY;
}
/**