Skip to content

Commit

Permalink
re-add/restore the package name checks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed May 24, 2021
1 parent c0840f1 commit d9057ce
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -11,6 +11,9 @@ class CheckForRootWorker(context: Context) {
suspend operator fun invoke(): List<RootItemResult> = getRootResults()

private fun getRootResults() = listOf(
RootItemResult("Root Management Apps", rootBeer.detectRootManagementApps()),
RootItemResult("Potentially Dangerous Apps", rootBeer.detectPotentiallyDangerousApps()),
RootItemResult("Root Cloaking Apps", rootBeer.detectRootCloakingApps()),
RootItemResult("TestKeys", rootBeer.detectTestKeys()),
RootItemResult("BusyBoxBinary", rootBeer.checkForBusyBoxBinary()),
RootItemResult("SU Binary", rootBeer.checkForSuBinary()),
Expand Down

0 comments on commit d9057ce

Please sign in to comment.