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()");