0

Is there a way using which I can request Android OS to reboot after installing an application...?

Charles
  • 50,943
  • 13
  • 104
  • 142
Rohit Mandiwal
  • 10,258
  • 5
  • 70
  • 83

2 Answers2

2

I guess the answer is no you can't. Android hasn't given that facility keeping in mind the security and many other purposes. So, you can do some like that when your Application is installed you can request the user to Reboot the Device before using your Application when he tries to execute your Application`.

UPDATE

You can check this thread for having further information about it.

Community
  • 1
  • 1
Lalit Poptani
  • 67,150
  • 23
  • 161
  • 242
1

AFAIK , there is no such API in android for auto reboot. you need to display a message in diaglogbox for restart the device.

Lucifer
  • 29,392
  • 25
  • 90
  • 143