Guest User

Untitled

a guest
Nov 12th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public boolean isRooted() {
  2.  
  3. return detectRootManagementApps() || detectPotentiallyDangerousApps() || checkForBinary("su")
  4. || checkForBinary("busybox") || checkForDangerousProps() || checkForRWPaths()
  5. || detectTestKeys() || checkSuExists() || checkForRootNative() || checkForMagiskBinary();
  6. }
Add Comment
Please, Sign In to add comment