Files
android_packages_apps_Updater/app/src/main/res/values/config.xml
T
oxmc b74673ae02 updater: reboot the installed slot via tryboot again
Revert config_abRebootReason back to the config_use_tryboot boolean now that
A/B uses RPi tryboot (a safe trial that reverts to the active slot on failure).
No behavior change on devices that leave it false.
2026-07-17 05:11:44 -07:00

10 lines
264 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: oxmc / PawletOS
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<bool name="config_hideRecoveryUpdate">false</bool>
<bool name="config_use_tryboot">false</bool>
</resources>