Просмотр исходного кода

Enable DTIM multiplier config

Enable DTIM multiplier configuration in Pixels.

Bug: 259554744
Test: manual
Change-Id: I0c3e4966f3b5008dcb7ceecf4e240c3dea3db0f5
Kai Shi 2 лет назад
Родитель
Сommit
19b764a333
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      rro_overlays/WifiOverlay/res/values/config.xml

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

@@ -132,4 +132,8 @@
 
     <!-- Indicate the driver doesn't support NL80211 Reg changed event -->
     <bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
+
+    <!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
+        is when the system is in the suspended mode -->
+    <bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
 </resources>