0

I want to add the reboot permission to my app. I read everywhere that this is not possible for apps which are not signed with the Android's certificate.

But how do some store apps like this or this one handle it?

I'm just guessing that there IS a way to achieve this, right?

Does anybody has an idea how they might to it?

Sunderam Dubey
  • 1
  • 11
  • 20
  • 40
Ron
  • 22,128
  • 31
  • 108
  • 206

1 Answers1

1

The app that you mention doesn't reboot the device but only running processes.. It's possible with the permission "android.permission.RESTART_PACKAGES"

nbe_42
  • 1,212
  • 1
  • 14
  • 22
  • thanks for the hint. i found a couple of links regarding this. I seems that this is deprecated... but I found something similar to this – Ron Nov 28 '13 at 10:09