Skip to content

Commit

Permalink
Remove debugging info accidentally committed to smaple app
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed May 24, 2021
1 parent 4adecf8 commit c0840f1
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,6 @@ class CheckForRootWorker(context: Context) {
suspend operator fun invoke(): List<RootItemResult> = getRootResults()

private fun getRootResults() = listOf(
RootItemResult(
"Root Management Apps", rootBeer.detectRootManagementApps(
arrayOf(
"com.tippingcanoe.hukd",
"com.google.android.gm", "bbc.mobile.weather"
)
)
),
RootItemResult(
"Potentially Dangerous Apps", rootBeer.detectPotentiallyDangerousApps(
arrayOf(
"com.tippingcanoe.hukd",
"com.google.android.gm", "bbc.mobile.weather"
)
)
),
RootItemResult(
"Root Cloaking Apps", rootBeer.detectRootCloakingApps(
arrayOf(
"com.google.android.apps.photos",
"com.alltrails.alltrails"
)
)
),
RootItemResult("TestKeys", rootBeer.detectTestKeys()),
RootItemResult("BusyBoxBinary", rootBeer.checkForBusyBoxBinary()),
RootItemResult("SU Binary", rootBeer.checkForSuBinary()),
Expand Down

0 comments on commit c0840f1

Please sign in to comment.