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

Commit 6213adce authored by Fahim's avatar Fahim
Browse files

3736-Q-Set_voice_input_key_preference_default_false

parent c75c02f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,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
@@ -366,7 +366,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() {