-2

How to reboot phone without root access on b4a? Only need root access with ML library?

Code:

Sub Globals
         Dim M as MLfiles
End Sub

Sub Activity_Create(FirstTime As Boolean)
       M.GetRoot
       M.RootCmd("reboot","",Null,Null,False)
End Sub
Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Han Lay
  • 11

1 Answers1

0

I know that we have to use this permission in our project for use reboot