Snap for 11603317 from 9764174d5b
to 24Q3-release
Change-Id: I57950312c0e30238123ae192e6edadb923b79964
This commit is contained in:
commit
8f5d3cebd2
2 changed files with 10 additions and 4 deletions
|
@ -238,15 +238,15 @@
|
||||||
|
|
||||||
<!-- Radius of the software rounded corners at the top of primary display in its natural
|
<!-- Radius of the software rounded corners at the top of primary display in its natural
|
||||||
orientation. If zero, the value of rounded_corner_radius is used. -->
|
orientation. If zero, the value of rounded_corner_radius is used. -->
|
||||||
<dimen name="rounded_corner_radius_top">52px</dimen>
|
<dimen name="rounded_corner_radius_top">85px</dimen>
|
||||||
<!-- For secondary display -->
|
<!-- For secondary display -->
|
||||||
<dimen name="secondary_rounded_corner_radius_top">91px</dimen>
|
<dimen name="secondary_rounded_corner_radius_top">115px</dimen>
|
||||||
|
|
||||||
<!-- Radius of the software rounded corners at the bottom of primary display in its natural
|
<!-- Radius of the software rounded corners at the bottom of primary display in its natural
|
||||||
orientation. If zero, the value of rounded_corner_radius is used. -->
|
orientation. If zero, the value of rounded_corner_radius is used. -->
|
||||||
<dimen name="rounded_corner_radius_bottom">48px</dimen>
|
<dimen name="rounded_corner_radius_bottom">85px</dimen>
|
||||||
<!-- For secondary display -->
|
<!-- For secondary display -->
|
||||||
<dimen name="secondary_rounded_corner_radius_bottom">91px</dimen>
|
<dimen name="secondary_rounded_corner_radius_bottom">115px</dimen>
|
||||||
|
|
||||||
<!-- A string config in svg path format for the main display shape.
|
<!-- A string config in svg path format for the main display shape.
|
||||||
(@see https://www.w3.org/TR/SVG/paths.html#PathData).
|
(@see https://www.w3.org/TR/SVG/paths.html#PathData).
|
||||||
|
|
|
@ -187,4 +187,10 @@
|
||||||
If equals to 0, it means there's no limit on the max number of channels to include per network.-->
|
If equals to 0, it means there's no limit on the max number of channels to include per network.-->
|
||||||
<integer translatable="false" name="config_wifiInitialPartialScanMaxNewChannelsPerNetwork">3</integer>
|
<integer translatable="false" name="config_wifiInitialPartialScanMaxNewChannelsPerNetwork">3</integer>
|
||||||
|
|
||||||
|
<!-- Boolean indicating whether to disable firmware roaming when the device goes into idle mode.
|
||||||
|
true: firmware roaming will be disabled when the device goes into idle mode, and then
|
||||||
|
re-activated when the device exits idle mode.
|
||||||
|
false: firmware roaming will not be affected. -->
|
||||||
|
<bool translatable="false" name ="config_wifiDisableFirmwareRoamingInIdleMode">true</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue