batterylevel - Significance of EXTRA_LEVEL in Android BatteryManager class -


what value of extra_level batterymanager class in android signify? trying understand change of 1% in level signify. example galaxy nexus battery capacity 1750 mah. mean, change of 1% signify flow of 17.5 mah of electric charge?

what value of extra_level batterymanager class in android signify?

quoting the documentation: "extra action_battery_changed: integer field containing current battery level, 0 extra_scale."

does mean, change of 1% signify flow of 17.5 mah of electric charge?

not precisely, though may close. batteries not discharge linearly, example. device manufacturers concerned ensuring reported level reasonably accurate in terms of indicating how charge available. not concerned maintaining accuracy respect battery capacity printed on label on side of battery.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -