MrArashAzizi / AndroidRootCheckerClass

Simple Android root checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidRootCheckerClass

A simple class to test device root access, made with ❤

Usage

1 - Import this class to yr Project.
2 - Replace YOUR_PACKAGE_NAME In the first line.
3 - DONE!
-------------------------------------------
===> RootChecker.isDeviceRooted(); //returns true or false

About

Simple Android root checker

License:Apache License 2.0


Languages

Language:Java 100.0%