From 4a78446c3e9eab9c116e1523425d366f401ef13e Mon Sep 17 00:00:00 2001 From: Adrian DC Date: Mon, 9 Jun 2014 21:16:24 -0500 Subject: DevelopmentSettings: Add an opt-out for recovery updater * Some devices should not have this option, for instance all Sony devices supported on CyanogenMod already include the ROM's recovery inside the ramdisk and provide their own init_sony boot selection * Makes sure a user did not enable the option on old installations by disabling it if needed * Disable the recovery updater through the new overlay * Prevent recovery updater related features to run, and pass an additional context argument from BootReceiver to initializeUpdateRecoveryOption to access resources * Similar to the original CM 11.0 commit by Dan Pasanen Change-Id: I1963e27e59353e1a7e26a4edf905bee6c9da0571 --- res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res') diff --git a/res/values/config.xml b/res/values/config.xml index 69707e3..aa97d3c 100755 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -101,4 +101,7 @@ true + + + true -- cgit v1.1