Hello.
Is it possible to programmatically restart a device with Android OS without root? The code found on the English language resource does not work:
PowerManger pm = (PowerManager) getSystemService(Context.POWER_SERVICE); pm.reboot("null")
The corresponding permission in the manifest has been added.