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
I know that we have to use this permission in our project for use reboot