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

Commit 6418cf00 authored by codeworkx's avatar codeworkx Committed by Gerrit Code Review
Browse files

Merge "implement noise suppression for phone calls (1/2)" into jellybean

parents a299428e a7682893
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1455,6 +1455,9 @@ public class DatabaseHelper extends SQLiteOpenHelper {
            // Set default tty mode
            loadSetting(stmt, Settings.System.TTY_MODE, 0);

            // Set default noise suppression value
            loadSetting(stmt, Settings.System.NOISE_SUPPRESSION, 0);

            loadBooleanSetting(stmt, Settings.System.AIRPLANE_MODE_ON,
                    R.bool.def_airplane_mode_on);