diff --git a/fmapp2/src/com/caf/fmradio/FMRadioService.java b/fmapp2/src/com/caf/fmradio/FMRadioService.java index 38f870f1b04bae31d03ca1e16a82ebad9f82b0d8..2de50e7b7925e718036920c31e6fa8c7a9766ffa 100644 --- a/fmapp2/src/com/caf/fmradio/FMRadioService.java +++ b/fmapp2/src/com/caf/fmradio/FMRadioService.java @@ -519,6 +519,7 @@ public class FMRadioService extends Service Log.d(LOGTAG, "FMMediaButtonIntentReceiver.AUDIO_BECOMING_NOISY"); String intentAction = intent.getAction(); if (FMMediaButtonIntentReceiver.AUDIO_BECOMING_NOISY.equals(intentAction)) { + mHeadsetPlugged = false; if (isFmOn()) { /* Disable FM and let the UI know */