You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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,
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.
The text was updated successfully, but these errors were encountered: