Snap for 11479893 from 51e9138a2e to 24Q2-release

Change-Id: I4b8bab8c265bb213f4fb77ab38b75dd56e1010c3
This commit is contained in:
Android Build Coastguard Worker 2024-02-22 00:01:55 +00:00
commit 1bd69214e5
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 # Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=1 ro.vendor.build.svn=2
# Keyboard height ratio and bottom padding in dp for portrait mode # Keyboard height ratio and bottom padding in dp for portrait mode
PRODUCT_PRODUCT_PROPERTIES += \ 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. <!-- 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.--> 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>