Files
android_packages_apps_Updater/res/values/integers.xml
Luca Stefani 4ec02fd780 Updater: Improve battery check
* Lower default value by 10%
* Decrease the level by another 10% if charging
* Always allow installation in case device doesn't have a battery
* Show the requirements in the alert dialog

Change-Id: Iebb10220612006fbd096eb474cf3034ef52144b3
2018-07-14 18:47:12 +02:00

6 lines
195 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="battery_ok_percentage_charging">20</integer>
<integer name="battery_ok_percentage_discharging">30</integer>
</resources>