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

Commit 459eec68 authored by Roman Birg's avatar Roman Birg Committed by Arne Coucheron
Browse files

Settings: hook up volume tone preference to CMSettings



Ref: CYNGNOS-1891

Change-Id: Ic3d07f9eeb099b24526c7c502b189cb3bbbbb420
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 7b863802
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -229,6 +229,9 @@

    <string name="ok">OK</string>

    <!-- Volume settings - Volume adjustment sound -->
    <string name="volume_adjust_sounds_title">Volume adjustment sounds</string>

    <!-- Sizes for pattern lockscreen -->
    <string name="lock_pattern_size_3">3x3</string>
    <string name="lock_pattern_size_4">4x4</string>
+6 −0
Original line number Diff line number Diff line
@@ -44,6 +44,12 @@
            android:key="touch_sounds"
            android:title="@string/touch_sounds_title" />

    <!-- Volume adjust sound -->
    <cyanogenmod.preference.CMSystemSettingSwitchPreference
            android:key="volume_adjust_sounds_enabled"
            android:title="@string/volume_adjust_sounds_title"
            android:defaultValue="true" />

    <!-- Vibrate on touch -->
    <SwitchPreference
            android:key="vibrate_on_touch"