From 8617137b736902d5c6f21bfe652710a6d6d6703d Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Sun, 5 Jun 2016 20:24:35 -0700 Subject: [PATCH] dlafkj --- .../com/philliphsu/clock2/ringtone/RingtoneService.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneService.java b/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneService.java index 3b63f85..1c41347 100644 --- a/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneService.java +++ b/app/src/main/java/com/philliphsu/clock2/ringtone/RingtoneService.java @@ -74,12 +74,6 @@ public class RingtoneService extends Service { // TODO: abstract this, make subc // If Alarms and Timers will have distinct settings for this, then consider doing this // operation in the respective subclass of this service. - @Override - public int onStartCommand(Intent intent, int flags, int startId) { - // If killed while started, don't recreate - return START_NOT_STICKY; - } - @Override public void onDestroy() { Log.d(TAG, "onDestroy()");