diff options
| author | 2018-10-16 18:35:33 +0000 | |
|---|---|---|
| committer | 2018-10-16 18:35:33 +0000 | |
| commit | 011237f9a8d66d42b9afaff6f521261c18c0b45d (patch) | |
| tree | 99a751958e1fb966123232806aabad6295088a03 | |
| parent | 9035a39216cc54c3a08f4435bd35721592deeb86 (diff) | |
| parent | df154b575d717aa51875a3128e139260304e97e5 (diff) | |
Merge "Allow to configure local-only hotspot on 5ghz"
| -rw-r--r-- | core/res/res/values/config.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index cb97a2a7d7cd..7b01e8a9e15a 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -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> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 09da4fcd3f4e..97bfcc14fc42 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -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" /> |