Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c16a9f6c authored by Sravanthi Palakonda's avatar Sravanthi Palakonda Committed by Gerrit - the friendly Code Review server
Browse files

Wifi: Parameter to configure WiFi detection on ECBM mode change

Wi-Fi module detection on ECBM mode change is controlled by this
configuration parameter.

CRs-Fixed: 903365
Change-Id: I0a9fc3aa2c85c636a6e9333b0948c75896b116c7
parent cfe0d38f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -512,6 +512,9 @@
    <!-- Operating volatage for wifi radio. 0 by default-->
    <integer translatable="false" name="config_wifi_operating_voltage_mv">0</integer>

    <!-- Wifi framework supports ECBM mode  -->
    <bool translatable="false" name="config_wifi_ecbm_mode_change">true</bool>

    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
    <bool name="config_automatic_brightness_available">false</bool>
+1 −0
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@
  <java-symbol type="bool" name="config_useFixedVolume" />
  <java-symbol type="bool" name="config_forceDefaultOrientation" />
  <java-symbol type="bool" name="config_wifi_batched_scan_supported" />
  <java-symbol type="bool" name="config_wifi_ecbm_mode_change" />
  <java-symbol type="bool" name="config_enableMultiUserUI"/>
  <java-symbol type="bool" name="config_disableUsbPermissionDialogs"/>
  <java-symbol type="bool" name="config_hasRecents" />