DimaKoz / meat-grinder

A native root checker for Android devices and sample app
https://stackoverflow.com/a/46332386/3166697
MIT License
122 stars 29 forks source link

Root detection issue on Android 14 beta devices #9

Open vijayjpatient opened 1 year ago

vijayjpatient commented 1 year ago

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,

any help would be appreciated. Thank you.

aiHiNiHao commented 7 months ago

I am also facing the same issue.

phileo commented 6 months ago

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