aboutsummaryrefslogtreecommitdiff
path: root/apps/SetupCustomizer/res/values/bools.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SetupCustomizer/res/values/bools.xml')
-rw-r--r--apps/SetupCustomizer/res/values/bools.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/SetupCustomizer/res/values/bools.xml b/apps/SetupCustomizer/res/values/bools.xml
new file mode 100644
index 0000000..234f35f
--- /dev/null
+++ b/apps/SetupCustomizer/res/values/bools.xml
@@ -0,0 +1,8 @@
+<?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>
+
+</resources>