diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-09-23 11:42:02 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-25 15:22:20 +0200 |
commit | 2aa38fdaac93d42c359ba6313d3ad04eff9fded7 (patch) | |
tree | 617c46675b85bdeaaab41651243267e811daa49f /overlay-lineage | |
parent | 0bd710917a5525c797cb137bbe987e802153d771 (diff) |
msm8996-common: LineageParts: Drop Control ringtone volume setting
* Needed after http://review.lineageos.org/226863
Change-Id: I27aa4b08b3becfbf5c52ef3533eac9ba5cad0702
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'overlay-lineage')
-rw-r--r-- | overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml b/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml index 0e03959..2895a34 100644 --- a/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml +++ b/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml @@ -230,13 +230,6 @@ android:summary="@string/volbtn_music_controls_summary" android:defaultValue="true" /> - <lineageos.preference.LineageSystemSettingSwitchPreference - android:key="volume_keys_control_ring_stream" - android:title="@string/volume_keys_control_ring_stream_title" - android:summaryOn="@string/volume_keys_control_ring_stream_summary_on" - android:summaryOff="@string/volume_keys_control_ring_stream_summary_off" - android:defaultValue="true" /> - <ListPreference android:key="volume_key_cursor_control" android:dialogTitle="@string/volbtn_cursor_control_title" |