omni: overlay: set config_wifi_wakeup_available = 1

aka Make "Turn on WiFi Automatically" available for all

Note: even with this it will require a clean flash
for the option to show up cause this is written
into settings. Alternative you must use adb shell and

settings put global wifi_wakeup_available 1


Change-Id: Ibef78b86c5cb6655dfbcab92ce4bdf2a4e8a67c7
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 760ff83..eb06e5d 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -33,4 +33,10 @@
         <item>"/system/framework/arm64/boot-core-libart.oat"</item>
         <item>"/system/framework/arm64/boot-core-libart.vdex"</item>
     </string-array>
+
+    <!-- Controls the WiFi wakeup feature.
+    0 = Not available.
+    1 = Available.
+    -->
+    <integer translatable="false" name="config_wifi_wakeup_available">1</integer>
 </resources>