commit | 522622c538242a1c6abb1244730a00bef15cea36 | [log] [tgz] |
---|---|---|
author | Satish Kodishala <skodisha@codeaurora.org> | Tue May 06 11:09:31 2014 +0530 |
committer | Satish Kodishala <skodisha@codeaurora.org> | Tue May 06 11:09:31 2014 +0530 |
tree | b9ba9070bfe6b5c6e2df9d6743d10760d67f06d0 | |
parent | ae201f7971040635dea7b28d8703953be3d72ae4 [diff] |
FM: Fix an issue with FM audio when FM app brought to foreground. When FM app is sent to background with "back" key and audio focus lost, request for audio focus again while re-lauching FM app. Change-Id: I33622be53d3816949358ba6fe72d4e7b772dc726 CRs-fixed: 625100
diff --git a/fmapp2/src/com/caf/fmradio/FMRadioService.java b/fmapp2/src/com/caf/fmradio/FMRadioService.java index af0b8a0..12e6841 100644 --- a/fmapp2/src/com/caf/fmradio/FMRadioService.java +++ b/fmapp2/src/com/caf/fmradio/FMRadioService.java
@@ -703,6 +703,7 @@ mServiceInUse = true; /* Application/UI is attached, so get out of lower power mode */ setLowPowerMode(false); + startFM(); Log.d(LOGTAG, "onRebind"); }