Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e18c993d authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

cmfm: Fix typo



Change-Id: I65234cc06b5982ba98b1525344acd1934b5b15a9
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 189e4be9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ public final class FileManagerApplication extends Application {
        readSystemProperties();

        // Check if the application is debuggable
        sIsDebuggable = (0 != (getApplicationInfo().flags &= ApplicationInfo.FLAG_DEBUGGABLE));
        sIsDebuggable = (0 != (getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE));

        // Check if the device is rooted
        sIsDeviceRooted = areShellCommandsPresent();