dlafkj
This commit is contained in:
parent
b5f2b3cac8
commit
8617137b73
@ -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()");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user