I found out that there\'s so many apps out there which required root access.
How were they able to create those apps? Where did they found all the resource? Is ther
Should work on most versions:
try { Runtime.getRuntime().exec("su -c reboot"); } catch (IOException e) { }