FM-APP2: Fix the issue Setting always displays stereo
FM setting displays stereo audio mode after user has
selected Mono option and quit the setting and return back
to setting
Change-Id: I3aa1848c6e65fa01361d93cfdc64383bda7e10f3
CRs-Fixed: 496820
diff --git a/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java b/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java
index a4b2dbf..3bbeeca 100644
--- a/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java
+++ b/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java
@@ -445,7 +445,6 @@
mTunedFrequency = sp.getInt(PREF_LAST_TUNED_FREQUENCY, DEFAULT_NO_FREQUENCY);
mRecordDuration = sp.getInt(LAST_RECORD_DURATION, RECORD_DUR_INDEX_0_VAL);
mAFAutoSwitch = sp.getBoolean(LAST_AF_JUMP_VALUE, true);
- mAudioOutputMode = sp.getBoolean(AUDIO_OUTPUT_MODE, true);
/* Reset the Lists before reading the preferences */
mListOfPlists.clear();