summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-08-12 09:24:03 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2013-08-12 09:24:03 -0700
commit7ae0f358729010b31c630a347ab22d5c53e6182f (patch)
tree1632b6425b9de54530dc898096562b8bdd7e0c07
parent1fd129339d052426c1459e36e5384422af63851c (diff)
parent2a5bbf02138b12fefb2014d644a9c2922639ce03 (diff)
downloadandroid_hardware_qcom_fm-7ae0f358729010b31c630a347ab22d5c53e6182f.tar.gz
android_hardware_qcom_fm-7ae0f358729010b31c630a347ab22d5c53e6182f.tar.bz2
android_hardware_qcom_fm-7ae0f358729010b31c630a347ab22d5c53e6182f.zip
Merge "FM-APP2: Fix the issue Setting always displays stereo"
-rw-r--r--fmapp2/src/com/caf/fmradio/FmSharedPreferences.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java b/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java
index 4222b4d..9835090 100644
--- a/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java
+++ b/fmapp2/src/com/caf/fmradio/FmSharedPreferences.java
@@ -449,7 +449,6 @@ public class FmSharedPreferences
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();