Revert "Volume key music control [2/2]"

This reverts commit 726a8edddc.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2022-01-26 13:32:43 +07:00
parent 2bcd6ba8e3
commit 4cbb5c5702
2 changed files with 0 additions and 9 deletions

View File

@@ -165,8 +165,6 @@
<!--Volume keys -->
<string name="volume_rocker_wake_summary">Pressing the volume keys will wake your device</string>
<string name="volume_rocker_music_controls_title">Music control</string>
<string name="volume_rocker_music_controls_summary">Long press volume buttons to switch tracks while screen off</string>
<!-- Hardware button navigation -->
<string name="action_value_default_action" translatable="false">default</string>

View File

@@ -29,13 +29,6 @@
android:key="volume_category"
android:title="@string/volume_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="volume_button_music_control"
android:summary="@string/volume_rocker_music_controls_summary"
android:title="@string/volume_rocker_music_controls_title"
android:defaultValue="false"
android:dependency="volume_rocker_wake" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="swap_volume_buttons"
android:title="@string/swap_volume_buttons_title"