aboutsummaryrefslogtreecommitdiff
path: root/apps/SetupCustomizer/res/values/bools.xml
blob: 4e19b14362b23149e8c167d3f30235435c7fdf6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2012-2014 Google Inc. All Rights Reserved. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <!-- Display "SKIP" in network selection screen -->
    <bool name="show_skip_network">true</bool>

    <!-- 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>

    <!-- Prevent users from returning to the pre-setup oem customization hook -->
    <bool name="prevent_prehook_replay">true</bool>
</resources>