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
I've noticed that on Pixel and other latest devices, the isRooted is returning true even though the devices are not rooted. This seems to be a false positive detection.
Steps to Reproduce:
Install the app using react-native-detect-frida on a Pixel device (or other latest devices).
Call the isDeviceRooted method.
Observe that the method returns isRooted true even though the device is not rooted.
Expected Behavior:
The isRooted should return false if the device is not actually rooted.
Actual Behavior:
The isRooted returns true on non-rooted Pixel and other latest devices.