omni: overlay: add config_strongAuthRequiredOnBoot=false

Change-Id: Id43a09962e7e6b34046a32af1745364aa6614f9d
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 6c88bc6..9b7f21a 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -123,4 +123,6 @@
 
     <!-- Indicates that connected MAC randomization is supported on this device -->
     <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>
+
+    <bool name="config_strongAuthRequiredOnBoot">false</bool>
 </resources>