Skip to content
Snippets Groups Projects
Commit 77a7f7ae authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "FM: Fix the issue with headset update notification"

parents d9feeb26 66003992
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment