I would like to know whether or not it is possible to get information on the Battery Discharge Rate of the Blackberry via certain APIs or code snippets?
If anyone has used MeterBerry before, the information available on that app is similar to the kind of information I’d like to show on this application.
Thank you,
The closest I could find is the DeviceInfo -class of the API that provides the method getBatteryLevel:
Monitoring the change in level over time, you could probably try to measure the speed at which the level is decreasing.