* 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
6 lines
195 B
XML
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>
|