We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, On ASUS Zen9 Android 7.0. On a Non Rooted Phone.
RootBeer rootBeer = new RootBeer(context); if (rootBeer.isRooted()) ------> Return True.
How can we solve this problem?
The text was updated successfully, but these errors were encountered:
Can you run the sample app and provide the log output on this device, so we can figure out why it's returning a false positive?
Sorry, something went wrong.
Sorry, We don't have logs for this device
Any other way to fix this issue?
No branches or pull requests
Hi, On ASUS Zen9 Android 7.0. On a Non Rooted Phone.
RootBeer rootBeer = new RootBeer(context);
if (rootBeer.isRooted()) ------> Return True.
How can we solve this problem?
The text was updated successfully, but these errors were encountered: