1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright 2012-2014 Google Inc. All Rights Reserved. -->
3<resources xmlns:android="http://schemas.android.com/apk/res/android">
4
5    <!-- Display "SKIP" in network selection screen -->
6    <bool name="show_skip_network">true</bool>
7
8    <!-- Allow user to skip Google signin at signin setup step -->
9    <bool name="show_skip_signin">true</bool>
10
11    <!-- Show wifi WPS option at top of list -->
12    <bool name="show_wps_at_top">true</bool>
13
14    <!-- Prevent users from returning to the pre-setup oem customization hook -->
15    <bool name="prevent_prehook_replay">true</bool>
16</resources>
17