Some devices will report 100% charge when discharging as a quirk of how they report battery percentage.It is logically impossible to be truly at 100% while discharging, and displaying a differencebetween 100% & charged and 100% & discharging isn't particularly useful to the user. In order to keepThe "Show Battery Percentage on Icon When Not Fully Charged" setting true to its name and purpose,we change the percent that we display to be artificially lower than the 100% reported by the device.It may not be smart to obscure the technical details of how the battery is reported to programmers,so we have a display percentage property here instead of changing the percent given by the model.
↧