views:

62

answers:

1

I would like to produce a popup window giving the user to ability to select yes to reboot the phone. Possible?

+3  A: 

It is not possible because the Intent for rebooting (ACTION_REBOOT) is protected and can only be sent by the system.

Daniel Lew
Easy. Thanks for the quick response.
Noah Seidman