Snap for 9509200 from 621ddb3a3b to udc-release

Change-Id: Ie5f3d220788f86d9f4e945f0a1aa11a5ffac6f06
This commit is contained in:
Android Build Coastguard Worker 2023-01-20 02:03:19 +00:00
commit db48fe1aa4
2 changed files with 5 additions and 0 deletions

View file

@ -1,2 +1,4 @@
touch.orientationAware = 1
touch.orientation = ORIENTATION_0
touch.usiVersionMajor = 2
touch.usiVersionMinor = 0

View file

@ -569,6 +569,9 @@
<!-- The default volume for the notification stream -->
<integer name="config_audio_notif_vol_default">0</integer>
<!-- Volume policy -->
<bool name="config_volume_down_to_enter_silent">true</bool>
<!-- This device does not allow mobile data. -->
<bool name="config_mobile_data_capable">false</bool>