Skip to content

Commit d9057ce

Browse files
committed
re-add/restore the package name checks
1 parent c0840f1 commit d9057ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/com/scottyab/rootbeer/sample/CheckForRootWorker.kt

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ class CheckForRootWorker(context: Context) {
1111
suspend operator fun invoke(): List<RootItemResult> = getRootResults()
1212

1313
private fun getRootResults() = listOf(
14+
RootItemResult("Root Management Apps", rootBeer.detectRootManagementApps()),
15+
RootItemResult("Potentially Dangerous Apps", rootBeer.detectPotentiallyDangerousApps()),
16+
RootItemResult("Root Cloaking Apps", rootBeer.detectRootCloakingApps()),
1417
RootItemResult("TestKeys", rootBeer.detectTestKeys()),
1518
RootItemResult("BusyBoxBinary", rootBeer.checkForBusyBoxBinary()),
1619
RootItemResult("SU Binary", rootBeer.checkForSuBinary()),

0 commit comments

Comments
 (0)