I am trying to receive (with BroadcastReceiver
) the action of shutting down, booting and rebooting.
I searched a lot, but I could not figure out what is the difference between Intent.ACTION_REBOOT
and Intent.ACTION_SHUTDOWN
, and when is Intent.ACTION_REBOOT
called (or should I say "broadcasted").
Can please someone explain that for me?