I would like to know what modules android "shutting down", and in which order, when the device battery is low.
I'm interested specially in case like this: let's say my application is running, and in forground. now I'm launching intent to start another app. does low battery can prevent the other app from been launched?
also I'd like to know if I can control somehow what will be shout down first, and what should stay active until the device rich almost to 0%.
my application is non market, target to specific devices which been managed from MDM system, so if it's possible - it's legitimate to control kind of settings
TIA