1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 19:36:50 +01:00

Galaxy Buds: enabling other touch controls as some of them seem to work

Volume works (up and down), Voice Assistant does not work for me,
but i do not have any installed/enabled on my phone.
This commit is contained in:
vanous 2021-11-04 19:51:25 +01:00
parent 1f361ee844
commit 073ed6852f

View File

@ -1820,17 +1820,16 @@
</string-array>
<string-array name="galaxy_touch_options">
<!-- <item>@string/pref_title_touch_voice_assistant</item> -->
<item>@string/pref_title_touch_voice_assistant</item>
<item>@string/pref_title_touch_quick_ambient</item>
<!-- <item>@string/pref_title_touch_volume</item> -->
<item>@string/pref_title_touch_volume</item>
<item>@string/pref_title_touch_ambient</item>
</string-array>
<string-array name="galaxy_touch_options_values">
<!-- <item>0</item> -->
<item>0</item>
<item>1</item>
<!-- <item>2</item> -->
<item>2</item>
<item>3</item>
</string-array>