public boolean checkRootMethod(){
try {
File file = new File("/system/app/Superuser.apk");
if (file.exists()) {
return true;
}
} catch (Exception e) { }
return false;
}
<!--[if !supportLineBreakNewLine]-->
<!--[endif]-->
765

被折叠的 条评论
为什么被折叠?



