Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 414 Bytes

AndroidRootChecker

A RootChecker For Android This is two class library that you can include it in your android application in order to find out if the device is rooted or not.

TODO

  1. Make the package list dynamic from remote source.
  2. Provide instuction on how to use this library.
  3. Provide an android application that is using it as an example of how to use it.
  4. Provide a Kotlin version of this code.