We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97135a5 commit de44e5bCopy full SHA for de44e5b
1 file changed
app/src/main/java/com/devadvance/rootcloak2/NativeRootDetectionReceiver.java
@@ -63,7 +63,7 @@ private void applyNativeHooks(Context context) {
63
mRootShell.runCommand("chmod 755 /data/local/librootcloak.so");
64
mRootShell.runCommand("chmod 755 /data/local/rootcloak-wrapper.sh");
65
66
- if (Build.VERSION.SDK_INT >=Build.VERSION_CODES.LOLLIPOP) {
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
67
// Allowing wrapping on Lollipop and newer
68
mRootShell.runCommand("supolicy --live 'allow untrusted_app zygote fifo_file { write }'");
69
}
0 commit comments