Skip to content
Snippets Groups Projects
Commit fabeca79 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 4ea040c0 on remote branch

Change-Id: I494ba9ed30859514dd7a007c8648753fe6239f57
parents 6c52ee08 4ea040c0
Branches
No related tags found
No related merge requests found
......@@ -1512,9 +1512,12 @@ public class FMRadioService extends Service
mMuted = bTempMute;
}
} else if (TelephonyManager.CALL_STATE_IDLE == state) {
/* do not resume FM after call when fm stopped on focus loss */
if(mStoppedOnFocusLoss == false) {
resumeAfterCall();
}
}
}
/* Handle Phone Call + FM Concurrency */
private PhoneStateListener mPhoneStateListener = new PhoneStateListener() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment