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

Commit bea2815a authored by Roman Birg's avatar Roman Birg
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 c895b318
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -43,11 +43,11 @@
            android:title="@string/touch_sounds_title"
            android:persistent="false" />

    <!-- Vibrate on touch -->
    <SwitchPreference
            android:key="volume_adjust_sounds"
    <!-- Volume adjust sound -->
    <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
            android:key="volume_adjust_sounds_enabled"
            android:title="@string/volume_adjust_sounds_title"
            android:persistent="false" />
            android:defaultValue="true" />

    <!-- Dock speaker plays -->
    <com.android.settings.DropDownPreference