Merge "Bugfix: Ring volume stuck at zero on tangor" into main

This commit is contained in:
Behnam Heydarshahi 2023-11-02 14:50:14 +00:00 committed by Android (Google) Code Review
commit 68f42c0aa2

View file

@ -669,7 +669,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>