Android Question Detect root when Magisk hide is active

Hello,
Is there a way to detect root even when magisk hide is activated?
I have an app and I want to restrict access on rooted devices for protection reasons.
I've tried Rootbeer library but it failed when Magisk hide is activated.

Any help please..
 

techknight

Well-Known Member
Licensed User
Longtime User
Detecting root is a fruitless effort because rooted devices typically run patched apps. (I do) so your app will get patched to bypass those checks. it happens all the time.
 
Upvote 0
Top