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

Commit f14bc6f4 authored by Fahim's avatar Fahim Committed by Mohammed Althaf T
Browse files

3736-Q-Set_voice_input_key_preference_default_false

parent 9c890774
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,6 +66,6 @@
    <CheckBoxPreference
        android:key="pref_voice_input_key"
        android:title="@string/voice_input"
        android:defaultValue="true"
        android:defaultValue="false"
        android:persistent="true" />
</PreferenceScreen>
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ public class SettingsValues {
                    .remove(Settings.PREF_VOICE_MODE_OBSOLETE)
                    .apply();
        }
        return prefs.getBoolean(Settings.PREF_VOICE_INPUT_KEY, true);
        return prefs.getBoolean(Settings.PREF_VOICE_INPUT_KEY, false);
    }

    public String dump() {