Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding Device Rooted Issue #204

Open
push6 opened this issue Jan 23, 2023 · 1 comment
Open

Regarding Device Rooted Issue #204

push6 opened this issue Jan 23, 2023 · 1 comment

Comments

@push6
Copy link

push6 commented Jan 23, 2023

Hi

I have installed rootbeer sample app from playstore in multiple device , I have found an issue in my device that's occurring device rooted. But when I integrate code in our app and handling condition then its not rooted on same device.
I have implemeted below code , but always gets else condition found. but playstore apps find rooted. pls check screen shots and code.

val rootBeer = RootBeer(this)
if (rootBeer.isRooted) {
//we found indication of root
println("====>" +"Rooted ")
} else {
//we didn't find indication of root
println("====>" +"Not Rooted ")
}

processed-760c3b6a-dc0f-4011-ae47-92952c63edfe_xUO4urf7

@VD171
Copy link

VD171 commented Mar 27, 2024

Selinux is returning a false positive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@VD171 @push6 and others