Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Jan 28, 2020
1 parent b898690 commit e7b4490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can also call each of the checks individually as the sample app does.

### False positives

Manufacturers often leave the busybox binary in production builds and this doesn't always mean that a device is root. We have remove the busybox check we used to include as standard in the isRooted() method to avoid these false positives.
Manufacturers often leave the busybox binary in production builds and this doesn't always mean that a device is root. We have removed the busybox check we used to include as standard in the isRooted() method to avoid these false positives.

If you want to detect the busybox binary in your app you can use `checkForBinary(BINARY_BUSYBOX)` to detect it alone, or as part of the complete root detection method:

Expand Down

0 comments on commit e7b4490

Please sign in to comment.