Is there a way to get the last Shutdown time using Android API or any Android log?
I know I can use ACTION_SHUTDOWN
event with a BroadcastReceviver
to store the date of the shutdown, but I just want the time when the last shutdown occurred and I want to treat this event when the phone starts.
Does the API provide this somehow?