Added prevent_prehook_replay example to OEM customization app

Bug: 17640760
Change-Id: I15f31a01e23aa1341ee2e4b73afb59e972a5dc24
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>