Skip to content

Commit de44e5b

Browse files
authored
Fixed space
1 parent 97135a5 commit de44e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/devadvance/rootcloak2/NativeRootDetectionReceiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private void applyNativeHooks(Context context) {
6363
mRootShell.runCommand("chmod 755 /data/local/librootcloak.so");
6464
mRootShell.runCommand("chmod 755 /data/local/rootcloak-wrapper.sh");
6565

66-
if (Build.VERSION.SDK_INT >=Build.VERSION_CODES.LOLLIPOP) {
66+
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
6767
// Allowing wrapping on Lollipop and newer
6868
mRootShell.runCommand("supolicy --live 'allow untrusted_app zygote fifo_file { write }'");
6969
}

0 commit comments

Comments
 (0)