Scott Alexander-Bown
Scott Alexander-Bown
Seems to be an issue with `androidTestImplementation 'androidx.test.espresso:espresso-accessibility:3.5.0-alpha03'` according to this [SO post](https://stackoverflow.com/questions/70258965/android-espresso-test-illegal-class-access-androidx-test-core-app-listfuture)
Hey @grubeli sorry it feels that way. Merged your PR thanks for the contribution.
Fair point, it _may_ be potentially dangerous but agree doesn't make sense for this to be in the primary `isRooted()` call. PR welcome.
Thanks for the suggestion @steaked. I think if Rootbeer was a root detection app in its own right then a feature like this would make sense. But it's really just...
I haven't no, the authors might be interested to try the RootBeer sample if we can add a few more root checks.
Hey @david-lev yep we are still maintaining rootbeer albeit on best efforts basis. Just for some extra context the SElinux flag check is an optional/experimental check that isn't included in...
Thanks for flagging this, I am aware. I'm planning to update to using the Play Integrity API. However likely I'll drop the library part of the repo and reimaging this...
Removing this in #62
Thanks for raising this @BanHammerYKT The good news is we don't crash (we would have caught that earlier). Partly due to the way Android handles the `getPackageInfo` request and that...
Potentially, but I saw in one of these Google I/O 2021 talks [What’s new in Android privacy](https://www.youtube.com/watch?v=gTUt9mwfPS8&list=PLI_GiXWLbhsVdoiFjpYUSAT73iPBpFZgi&index=6) or [The state of Android security](https://www.youtube.com/watch?v=qHFsMRfnOWk&list=TLPQMjEwNTIwMjFB6Ikame6Gmg&index=10) that Google are changing the Play policy...