Snap for 11479750 from 51e9138a2e to 24Q3-release

Change-Id: I8318d209167c2c0aff08e15d21617125ac674d62
This commit is contained in:
Android Build Coastguard Worker 2024-02-22 00:02:17 +00:00
commit 1cb91c312a
2 changed files with 7 additions and 1 deletions

View file

@ -385,7 +385,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=1
ro.vendor.build.svn=2
# Keyboard height ratio and bottom padding in dp for portrait mode
PRODUCT_PRODUCT_PROPERTIES += \

View file

@ -165,4 +165,10 @@
<!-- Configure the max number of new channels to add into the initial partial scan list 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>
<!-- 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>