summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorxshu <xshu@google.com>2019-01-15 17:28:39 -0800
committerdianlujitao <dianlujitao@lineageos.org>2020-06-23 16:10:26 +0800
commita02f90a9fecfe56ea672e72a84d641ffac70a90f (patch)
tree4f44551afe7ec8cbd1495af11bbb91a8bfe0e813 /overlay
parentf9f9839c3bc7f69c3b258ffa0e545a180715147d (diff)
sdm660-common: Enable connected MAC randomization
Bug: 122920200 Test: Verified feature works on device Change-Id: Ia3f58a44c2e072aaa6c711a9db37219626894c67
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index b55301e..a5c5875 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -358,4 +358,7 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
+
+ <!-- True if the firmware supports connected MAC randomization -->
+ <bool name="config_wifi_connected_mac_randomization_supported">true</bool>
</resources>