sm8150-common: Update MAC randomization overlay location

Change-Id: Ib33d6f965019b5fbbaac9f0ee931f89addfc704d
This commit is contained in:
LuK1337 2019-09-25 20:52:28 +02:00
parent f5087d0373
commit 1ea5040217
2 changed files with 3 additions and 4 deletions

View File

@ -69,6 +69,9 @@
<!-- Wifi driver supports batched scan -->
<bool translatable="false" name="config_wifi_batched_scan_supported">true</bool>
<!-- Indicates that connected MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>
<!-- Boolean indicating whether 802.11r Fast BSS Transition is enabled on this platform -->
<bool translatable="false" name="config_wifi_fast_bss_transition_enabled">true</bool>

View File

@ -24,8 +24,4 @@
-->
<integer name="config_fingerprintSensorLocation">1</integer>
<!-- Whether to show Connected MAC Randomization in Developer Options
as not all devices can support dynamic MAC address change. -->
<bool name="config_wifi_support_connected_mac_randomization">true</bool>
</resources>