pluto
pluto copied to clipboard
Possibility to disable isRooted checks
Currently when a device is not rooted RootUtil.checkRootMethod3()
is logging an error Cannot run program "/system/xbin/which": error=2, No such file or directory
I am not sure if this log can be avoided. Maybe https://github.com/scottyab/rootbeer can help here. For us the info if a device is rooted or not is not so important and we would like to disable the root check. The crash logs could show rooted = unknown in this case.
Stale issue