aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristopher Lane <lanechr@google.com>2014-10-30 14:05:31 -0700
committerChristopher Lane <lanechr@google.com>2014-10-30 14:05:31 -0700
commit7f35487be23284a46d62f1d0bdececed35f8fb25 (patch)
tree2f0005d4ab9fe989b6325a740eba5abc17001ee2 /apps
parent05871307fb2bd364889beeece8c8136b0bfd2e4b (diff)
downloadsample-7f35487be23284a46d62f1d0bdececed35f8fb25.tar.gz
Added prevent_prehook_replay example to OEM customization app
Bug: 17640760 Change-Id: I15f31a01e23aa1341ee2e4b73afb59e972a5dc24
Diffstat (limited to 'apps')
-rw-r--r--apps/SetupCustomizer/res/values/bools.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/SetupCustomizer/res/values/bools.xml b/apps/SetupCustomizer/res/values/bools.xml
index 5b11f1f..4e19b14 100644
--- a/apps/SetupCustomizer/res/values/bools.xml
+++ b/apps/SetupCustomizer/res/values/bools.xml
@@ -11,4 +11,6 @@
<!-- 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>