criticalmaps-android icon indicating copy to clipboard operation
criticalmaps-android copied to clipboard

Stop tracking when battery level is low

Open cbalster opened this issue 6 years ago • 0 comments

As someone suggested in a playstore review, the app probably should stop tracking when battery level is really low. This is probably best implemented by listening to BatteryManagers BATTERY_LOW and BATTERY_OKAY broadcasts to determine when the battery enters and exits the low state and stopping/restarting the gps and server updates accordingly. Also the notification should reflect this.

Questions: Should this behavior be an option? Should there be a way to force resuming tracking?

cbalster avatar Aug 10 '19 10:08 cbalster