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

Root detection issue on Android 14 beta devices #9

Open
vijayjpatient opened this issue Aug 31, 2023 · 2 comments
Open

Root detection issue on Android 14 beta devices #9

vijayjpatient opened this issue Aug 31, 2023 · 2 comments

Comments

@vijayjpatient
Copy link

Hello,

We have recently facing issue on Android 14 beta where the 'isFoundDangerousProps' method failing on non rooted device. When investigating, team found that there are two flags that are not returning any values which is causing the issue. They are,

  • OS_Debuggable
  • OS_Secure
    We just want to understand if this issue could be only happening on beta or is it something we are expecting to be fixed when we are getting 14 stable.

any help would be appreciated. Thank you.

@aiHiNiHao
Copy link

I am also facing the same issue.

@phileo
Copy link

phileo commented Mar 21, 2024

Google removed visibility for ro.secure and ro.debuggable starting in Android 14 - the properties are still there but not accessible to regular apps.
https://issuetracker.google.com/issues/298287672

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