Skip to content

Commit

Permalink
add advice to use background thread in README (scottyab#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
prempalsingh committed Jul 27, 2020
1 parent db127ad commit 5fef9f6
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 @@ -54,7 +54,7 @@ if (rootBeer.isRooted()) {
}
```

You can also call each of the checks individually as the sample app does.
You can also call each of the checks individually as the sample app does. It is advisable to call `isRooted()` from a background thread as it involves disk I/O.

### False positives

Expand Down

0 comments on commit 5fef9f6

Please sign in to comment.