summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/fmradio/FmService.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/fmradio/FmService.java b/src/com/android/fmradio/FmService.java
index 553b6fa..4980c0b 100644
--- a/src/com/android/fmradio/FmService.java
+++ b/src/com/android/fmradio/FmService.java
@@ -2675,6 +2675,7 @@ public class FmService extends Service implements FmRecorder.OnRecorderStateChan
@Override
public void onTaskRemoved(Intent rootIntent) {
exitFm();
+ stopSelf();
super.onTaskRemoved(rootIntent);
}