Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fm-commonsys
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
vendor
qcom-opensource
fm-commonsys
Commits
fabeca79
Commit
fabeca79
authored
6 years ago
by
Linux Build Service Account
Browse files
Options
Downloads
Plain Diff
Merge
4ea040c0
on remote branch
Change-Id: I494ba9ed30859514dd7a007c8648753fe6239f57
parents
6c52ee08
4ea040c0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fmapp2/src/com/caf/fmradio/FMRadioService.java
+4
-1
4 additions, 1 deletion
fmapp2/src/com/caf/fmradio/FMRadioService.java
with
4 additions
and
1 deletion
fmapp2/src/com/caf/fmradio/FMRadioService.java
+
4
−
1
View file @
fabeca79
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment