Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ff5160f authored by Amith Yamasani's avatar Amith Yamasani Committed by The Android Open Source Project
Browse files

Automated import from //branches/donutburger/...@140473,140473

parent 264b19a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
    <CheckBoxPreference
            android:key="vibrate_on"
            android:title="@string/vibrate_on_keypress"
            android:defaultValue="true"
            android:persistent="true"
            />

+1 −1
Original line number Diff line number Diff line
@@ -982,7 +982,7 @@ public class LatinIME extends InputMethodService
        // Get the settings preferences
        SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(this);
        mProximityCorrection = sp.getBoolean(PREF_PROXIMITY_CORRECTION, true);
        mVibrateOn = sp.getBoolean(PREF_VIBRATE_ON, true);
        mVibrateOn = sp.getBoolean(PREF_VIBRATE_ON, false);
        mSoundOn = sp.getBoolean(PREF_SOUND_ON, false);
        String predictionBasic = getString(R.string.prediction_basic);
        String mode = sp.getString(PREF_PREDICTION, predictionBasic);