overlay: Disable recovery updates

Our recovery is not ready, so disable the preference for now.

Change-Id: I406deb4c53836da4c4c6f44933154804ece1d1a7
This commit is contained in:
Gabriele M
2017-03-16 14:16:30 +01:00
committed by Dan Pasanen
parent 3f0cb9b94d
commit 02cf7d8d49

View File

@@ -20,4 +20,7 @@
<!-- If the Storage Manager settings are enabled. -->
<bool name="config_storage_manager_settings_enabled">true</bool>
<!-- Does the device allow updating the recovery. -->
<bool name="config_enableRecoveryUpdater">false</bool>
</resources>