s5neolte: overlay: enable WiFi background scanning to fix deep sleep and improve...
authorDanny Wood <danwood76@gmail.com>
Thu, 23 May 2019 04:53:54 +0000 (05:53 +0100)
committerJan Altensen <info@stricted.net>
Mon, 12 Aug 2019 14:26:21 +0000 (16:26 +0200)
Change-Id: I87c6cd91339e97b9e9ae7ef171a6b335c23b3120

overlay/frameworks/base/core/res/res/values/config.xml

index 5392de44e8e5acb38c96e19f95d0ef0987b68e3e..dfa91b7a57e61f70ae8945a48f990ac3ba0fc0dc 100644 (file)
 
     <!-- BurnIn protection. This should be enabled on devices that have OLED displays -->
     <bool name="config_enableBurnInProtection">true</bool>
+
+    <!-- Boolean indicating whether the wifi chipset has background scan support -->
+    <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
 </resources>