–判断手机是否Root
import “com.androlua.util.RootUtil”
local root = RootUtil()
if root.haveRoot()==true then
print(“已Root”)
else
print(“未Root”)
end
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
–判断手机是否Root
import “com.androlua.util.RootUtil”
local root = RootUtil()
if root.haveRoot()==true then
print(“已Root”)
else
print(“未Root”)
end
请登录后查看评论内容