commit | f3c76cca686c1eb765e3c204faff44aae7a23e7b | [log] [tgz] |
---|---|---|
author | Benson Huang <benson.huang@mediatek.com> | Mon Dec 15 10:55:36 2014 +0800 |
committer | leozwang <leozwang@google.com> | Tue Dec 16 15:47:05 2014 -0800 |
tree | ee07c7b9799fafd7b2176c2e4d33e53e868f3c7a | |
parent | 9dd97ba8b788592899438fd2c7d4ab88bfe3dccd [diff] |
[FM] The radio text will disappear when stopping FM Launch FM and play a station with radio text -> Press stop button -> Check the radio text, radio text disappear when stopping FM. The fix is not to change radio text when stopping FM. Do not set RDS DB empty when stopping RDS thread because we will read it from DB. https://partner-android-review.git.corp.google.com/#/c/188805/ Bug 18762207 Change-Id: Ib450806e96b28c02f1af02fcd084ede1ea5a056c Signed-off-by: Benson Huang <benson.huang@mediatek.com>
diff --git a/src/com/android/fmradio/FmService.java b/src/com/android/fmradio/FmService.java index a736f3d..2c2213b 100644 --- a/src/com/android/fmradio/FmService.java +++ b/src/com/android/fmradio/FmService.java
@@ -856,8 +856,6 @@ if (isRdsSupported()) { ret = FmNative.setRds(on); } - setPs(""); - setLRText(""); return ret; }