diff options
| author | 2019-01-17 21:47:09 +0000 | |
|---|---|---|
| committer | 2019-01-17 21:47:09 +0000 | |
| commit | 16bab6dfcd3c6887eff5b6d4e58f8a4aa20270aa (patch) | |
| tree | f1c8dfcdb9f3eb2c17a163ba8206444f01efd6e7 | |
| parent | 5955f741e474a1421c0c36fbdaec7facd2503e7a (diff) | |
| parent | 4334cc839625269c9a00652e8a7eb41c1b15104a (diff) | |
Merge "Add MAC randomization feature flag"
| -rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a0b6d721a005..bc3e9d78affa 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -690,6 +690,9 @@ for automotive builds only (the one that have PackageManager#FEATURE_AUTOMOTIVE) --> <bool translatable="false" name="config_wifi_local_only_hotspot_5ghz">false</bool> + <!-- Indicates that connected MAC randomization is supported on this device --> + <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">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 927620db1e07..d95c7a963ad6 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -1878,6 +1878,7 @@ <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_connected_mac_randomization_supported" /> <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" /> |