summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlijun.xie <lijun.xie@ck-telecom.com>2015-07-21 00:50:52 -0700
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 20:05:24 +0200
commit13e98e58c8ec13b61b0b9c94202406ce7835670f (patch)
treebee4524a0ad201f631be9fbec4278e53524725b4
parent144ff9af95e955ac4b10e1fa923cdc759e2ee0fb (diff)
downloadandroid_hardware_qcom_fm-13e98e58c8ec13b61b0b9c94202406ce7835670f.tar.gz
android_hardware_qcom_fm-13e98e58c8ec13b61b0b9c94202406ce7835670f.tar.bz2
android_hardware_qcom_fm-13e98e58c8ec13b61b0b9c94202406ce7835670f.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
-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 7c3cbaf..4e2e452 100644
--- a/fmapp2/src/com/caf/fmradio/FMRadio.java
+++ b/fmapp2/src/com/caf/fmradio/FMRadio.java
@@ -1932,6 +1932,7 @@ public class FMRadio extends Activity
FmSharedPreferences.addStation(selectedStation.getName(), selectedStation
.getFrequency(), currentList);
setupPresetLayout();
+ mPrefs.Save();
}
}