Change default notification stream audio

New value is zero.

Bug: 241488207

Test: Manual. After the device is updated, verify that the notification
volume is zero when device boots up.

Change-Id: Iff1dd911cb702557e1171d53fa3432fbf691b4d9
This commit is contained in:
Behnam Heydarshahi 2023-01-12 20:27:09 +00:00
parent e617892b21
commit 357bd3959f

View file

@ -568,6 +568,9 @@
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
</integer-array>
<!-- The default volume for the notification stream -->
<integer name="config_audio_notif_vol_default">0</integer>
<!-- This device does not allow mobile data. -->
<bool name="config_mobile_data_capable">false</bool>