From 5fef9f62f96cdd67b38871bbe4b40557ca007620 Mon Sep 17 00:00:00 2001 From: Prempal Singh Date: Tue, 28 Jul 2020 00:20:09 +0530 Subject: [PATCH] add advice to use background thread in README (#150) thanks @prempalsingh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3303775..82712ca 100644 --- a/README.md +++ b/README.md @@ -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