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

Commit 011237f9 authored by Pavel Maltsev's avatar Pavel Maltsev Committed by Android (Google) Code Review
Browse files

Merge "Allow to configure local-only hotspot on 5ghz"

parents 9035a392 df154b57
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -697,6 +697,10 @@
    <!-- Wifi driver supports IEEE80211AC for softap -->
    <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>

    <!-- Indicates that local-only hotspot should be brought up at 5GHz.  This option is
         for automotive builds only (the one that have PackageManager#FEATURE_AUTOMOTIVE) -->
    <bool translatable="false" name="config_wifi_local_only_hotspot_5ghz">false</bool>

    <!-- Flag indicating whether we should enable the automatic brightness.
         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
@@ -1875,6 +1875,7 @@
  <java-symbol type="bool" name="config_wifi_background_scan_support" />
  <java-symbol type="bool" name="config_wifi_dual_band_support" />
  <java-symbol type="bool" name="config_wifi_convert_apband_5ghz_to_any" />
  <java-symbol type="bool" name="config_wifi_local_only_hotspot_5ghz" />
  <java-symbol type="bool" name="config_wifi_fast_bss_transition_enabled" />
  <java-symbol type="bool" name="config_wimaxEnabled" />
  <java-symbol type="bool" name="show_ongoing_ime_switcher" />