This commit is contained in:
Phillip Hsu 2016-06-05 20:24:35 -07:00
parent b5f2b3cac8
commit 8617137b73

View File

@ -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 // If Alarms and Timers will have distinct settings for this, then consider doing this
// operation in the respective subclass of this service. // 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 @Override
public void onDestroy() { public void onDestroy() {
Log.d(TAG, "onDestroy()"); Log.d(TAG, "onDestroy()");