aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorWilliam Bourke <billbourke@google.com>2014-10-27 15:38:23 -0700
committerWilliam Bourke <billbourke@google.com>2014-10-27 15:38:23 -0700
commit05871307fb2bd364889beeece8c8136b0bfd2e4b (patch)
treecc20dab974c8d1f509173c2de4f047aa5b01a293 /apps
parent72aaadffe63a6595524ce998e205e8af2bed6654 (diff)
downloadsample-05871307fb2bd364889beeece8c8136b0bfd2e4b.tar.gz
OEM customizable option to push WPS to top of wifi network list 1
Bug: 17936401 Change-Id: I3453199e82237b6fd718ef9b5080c7665c1a42a2
Diffstat (limited to 'apps')
-rw-r--r--apps/SetupCustomizer/res/values/bools.xml3
1 files changed, 3 insertions, 0 deletions
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>