Bugfix: Ring volume stuck at zero on tangor

Solution: offer a boolean config for volumeUpToExitSilent and
overwrite it for tangor.

Flag: NONE
Bug: 279645379
Test: Manual. Slide ring volume all the way left in settings.
Press volume up. Ring volume slider progress should move away from 0,
and the ring icon should change from silent to normal.

Change-Id: I6ade8d8009ec3f2775de60835c75a014e466ee4b
This commit is contained in:
Behnam Heydarshahi 2023-10-31 20:59:58 +00:00
parent fba458fdac
commit 83fd455764

View file

@ -655,7 +655,10 @@
<integer name="config_audio_notif_vol_default">0</integer>
<!-- Volume policy -->
<!-- Strongly consider keeping these 2 values in sync - otherwise vol up/vol down have confusing
asymmetric behavior, as in b/279645379 -->
<bool name="config_volume_down_to_enter_silent">true</bool>
<bool name="config_volume_up_to_exit_silent">true</bool>
<!-- This device does not allow mobile data. -->
<bool name="config_mobile_data_capable">false</bool>