summaryrefslogtreecommitdiffstats
path: root/fmapp2/src
diff options
context:
space:
mode:
authorlijun.xie <lijun.xie@ck-telecom.com>2015-07-21 00:50:52 -0700
committerMatt Wagantall <mwagantall@cyngn.com>2016-02-19 14:07:46 -0800
commit24a21c03170428d851f7aafe429bb70baae1deb0 (patch)
treeb66f5a85fe694e8f66308787517a71f0031fe18c /fmapp2/src
parent0031ad5f44fec9cad33ba5ff6e081d255c2d4792 (diff)
downloadandroid_hardware_qcom_fm-24a21c03170428d851f7aafe429bb70baae1deb0.tar.gz
android_hardware_qcom_fm-24a21c03170428d851f7aafe429bb70baae1deb0.tar.bz2
android_hardware_qcom_fm-24a21c03170428d851f7aafe429bb70baae1deb0.zip
FM: The collect channel disappear when quit FM
[Procedures]: 1.FM->collect one channel 2.Quit FM and enter FM 3.Check the collect channel [Expect results]: The collect channel exist [Actual results]: The collect channel disappear Change-Id: I50f9f8d849d7d1bfab1159be51e9ad0ef2bac0a9
Diffstat (limited to 'fmapp2/src')
-rw-r--r--fmapp2/src/com/caf/fmradio/FMRadio.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/fmapp2/src/com/caf/fmradio/FMRadio.java b/fmapp2/src/com/caf/fmradio/FMRadio.java
index 177ef67..6f3f291 100644
--- a/fmapp2/src/com/caf/fmradio/FMRadio.java
+++ b/fmapp2/src/com/caf/fmradio/FMRadio.java
@@ -1903,6 +1903,7 @@ public class FMRadio extends Activity
FmSharedPreferences.addStation(selectedStation.getName(), selectedStation
.getFrequency(), currentList);
setupPresetLayout();
+ mPrefs.Save();
}
}