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

Commit 63e1d264 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Turn off lock screen sounds by default.

This change also fixes a typo that was suppressing the dock
sounds. But: so as not to surprise anyone, this change
defaults dock sounds off as well. Will need to add UI
somewhere to turn them on (Spare Parts?).

Bug: 2465483
Change-Id: Ic2cccb416d5616a84363debb740bf5897f0831c4
parent e575d3df
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -61,12 +61,12 @@
    <!-- user interface sound effects -->
    <integer name="def_power_sounds_enabled">1</integer>
    <string name="def_low_battery_sound">/system/media/ui/LowBattery.ogg</string>
    <integer name="def_dock_sounds_enabled">1</integer>
    <string name="def_desk_dock_sound">/system/media/audio/ui/dock.ogg</string>
    <string name="def_desk_undock_sound">/system/media/audio/ui/undock.ogg</string>
    <integer name="def_dock_sounds_enabled">0</integer>
    <string name="def_desk_dock_sound">/system/media/audio/ui/Dock.ogg</string>
    <string name="def_desk_undock_sound">/system/media/audio/ui/Undock.ogg</string>
    <string name="def_car_dock_sound">/system/media/audio/ui/Dock.ogg</string>
    <string name="def_car_undock_sound">/system/media/audio/ui/Undock.ogg</string>
    <integer name="def_lockscreen_sounds_enabled">1</integer>
    <integer name="def_lockscreen_sounds_enabled">0</integer>
    <string name="def_lock_sound">/system/media/audio/ui/Lock.ogg</string>
    <string name="def_unlock_sound">/system/media/audio/ui/Unlock.ogg</string>