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

Commit a7682893 authored by codeworkx's avatar codeworkx Committed by Mike Grissom
Browse files

implement noise suppression for phone calls (1/2)

Change-Id: I3604c51aae676025d29511f0547e755e42d56b38
parent bff05353
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);