Files
android_packages_apps_Updater/res/values/integers.xml
T
Gabriele M f9463c3770 Requre a minimum remaining battery capacity to install updates
The recovery doesn't install the update if the remaining battery
capacity isn't at least 20% (or 15% if charging). Require at least
40%, just to be safe.

Change-Id: I5cd7c40f029141cde2b0922b25fece2b55989710
2018-06-13 23:30:08 +02:00

5 lines
119 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="battery_ok_percentage">40</integer>
</resources>