Browse Source

Snap for 9839270 from 5f6dc26ec7972750b1bf2c5d4eb7cc72f0fe6ce1 to udc-release

Change-Id: Ia6257bb48e68086324a9a9c860c3a436f896f417
Android Build Coastguard Worker 2 years ago
parent
commit
e6885632d3
2 changed files with 5 additions and 1 deletions
  1. 1 1
      device-lynx.mk
  2. 4 0
      rro_overlays/WifiOverlay/res/values/config.xml

+ 1 - 1
device-lynx.mk

@@ -201,7 +201,7 @@ PRODUCT_VENDOR_PROPERTIES += \
 
 # Increment the SVN for any official public releases
 PRODUCT_VENDOR_PROPERTIES += \
-    ro.vendor.build.svn=2
+    ro.vendor.build.svn=3
 
 # Set support hide display cutout feature
 PRODUCT_PRODUCT_PROPERTIES += \

+ 4 - 0
rro_overlays/WifiOverlay/res/values/config.xml

@@ -146,4 +146,8 @@
          no telephony country code and driver country code is 00.
          This is applied only during the setup wizard -->
     <bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultSetupWizard">true</bool>
+
+    <!-- Enable the feature of adjusting link layer stats polling interval based on
+    device mobility state and client mode RSSI monitoring. -->
+    <bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool>
 </resources>