Snap for 11603317 from 68d271528e to 24Q3-release

Change-Id: Ic300569ebfefb0742f15accae123ada7159ccdeb
This commit is contained in:
Android Build Coastguard Worker 2024-03-20 23:03:15 +00:00
commit fdcb09382a
3 changed files with 8 additions and 2 deletions

View file

@ -405,7 +405,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=21
ro.vendor.build.svn=22
# WLC userdebug specific
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))

View file

@ -379,7 +379,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=21
ro.vendor.build.svn=22
# P23 Devices no longer need rlsservice
PRODUCT_VENDOR_PROPERTIES += \

View file

@ -181,4 +181,10 @@
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>