Here is a class that will check for Root one of three ways. ... else { File file = new File("/system/app/Superuser.apk"); if (file.exists()) { return true; } ...
確定! 回上一頁