am 05871307: OEM customizable option to push WPS to top of wifi network list 1

* commit '05871307fb2bd364889beeece8c8136b0bfd2e4b':
  OEM customizable option to push WPS to top of wifi network list 1
diff --git a/apps/SetupCustomizer/res/values/bools.xml b/apps/SetupCustomizer/res/values/bools.xml
index 43e2a53..5b11f1f 100644
--- a/apps/SetupCustomizer/res/values/bools.xml
+++ b/apps/SetupCustomizer/res/values/bools.xml
@@ -8,4 +8,7 @@
     <!-- Allow user to skip Google signin at signin setup step -->
     <bool name="show_skip_signin">true</bool>
 
+    <!-- Show wifi WPS option at top of list -->
+    <bool name="show_wps_at_top">true</bool>
+
 </resources>