Snap for 7621669 from 0fbf5a5e4c0eecee33f917d3393a5f50e0248d30 to tm-release

Change-Id: Iad2299de81f82a15315e1fdb5ec9e4ebf9a44f66
This commit is contained in:
Android Build Coastguard Worker 2021-08-08 01:01:20 +00:00
commit 10328a8811
4 changed files with 20 additions and 2 deletions

View file

@ -185,5 +185,14 @@
<item name="wifi.controller.tx">470</item> <item name="wifi.controller.tx">470</item>
<!-- Operating voltage for wifi radio in mV.--> <!-- Operating voltage for wifi radio in mV.-->
<item name="wifi.controller.voltage">3700</item> <item name="wifi.controller.voltage">3700</item>
<!-- Idle current for bluetooth in mA.-->
<item name="bluetooth.controller.idle">2.2</item>
<!-- Rx current for bluetooth in mA.-->
<item name="bluetooth.controller.rx">5.8</item>
<!-- Tx current for bluetooth in mA-->
<item name="bluetooth.controller.tx">20</item>
<!-- Operating voltage for bluetooth in mV.-->
<item name="bluetooth.controller.voltage">3850</item>
</device> </device>

View file

@ -34,7 +34,7 @@
<dimen name="system_icons_super_container_avatarless_margin_end">26px</dimen> <dimen name="system_icons_super_container_avatarless_margin_end">26px</dimen>
<!-- Margin on the right side of the system icon group on Keyguard. --> <!-- Margin on the right side of the system icon group on Keyguard. -->
<dimen name="system_icons_keyguard_padding_end">6dp</dimen> <dimen name="system_icons_keyguard_padding_end">5dp</dimen>
<dimen name="keyguard_carrier_text_margin">0px</dimen> <dimen name="keyguard_carrier_text_margin">0px</dimen>

View file

@ -185,5 +185,14 @@
<item name="wifi.controller.tx">470</item> <item name="wifi.controller.tx">470</item>
<!-- Operating voltage for wifi radio in mV.--> <!-- Operating voltage for wifi radio in mV.-->
<item name="wifi.controller.voltage">3700</item> <item name="wifi.controller.voltage">3700</item>
<!-- Idle current for bluetooth in mA.-->
<item name="bluetooth.controller.idle">2.2</item>
<!-- Rx current for bluetooth in mA.-->
<item name="bluetooth.controller.rx">5.8</item>
<!-- Tx current for bluetooth in mA-->
<item name="bluetooth.controller.tx">20</item>
<!-- Operating voltage for bluetooth in mV.-->
<item name="bluetooth.controller.voltage">3850</item>
</device> </device>

View file

@ -31,7 +31,7 @@
<dimen name="system_icons_super_container_avatarless_margin_end">26px</dimen> <dimen name="system_icons_super_container_avatarless_margin_end">26px</dimen>
<!-- Margin on the right side of the system icon group on Keyguard. --> <!-- Margin on the right side of the system icon group on Keyguard. -->
<dimen name="system_icons_keyguard_padding_end">10dp</dimen> <dimen name="system_icons_keyguard_padding_end">7dp</dimen>
<!-- A path similar to frameworks/base/core/res/res/values/config.xml <!-- A path similar to frameworks/base/core/res/res/values/config.xml
config_mainBuiltInDisplayCutout that describes a path larger than the exact path of a display config_mainBuiltInDisplayCutout that describes a path larger than the exact path of a display