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

Commit 95aa1579 authored by Florian Mayer's avatar Florian Mayer Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in MemtagHelper" into udc-dev am: d7bbff00 am: 6dd4f9a4 am: 6fe9a485

parents 36a22e42 6fe9a485
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public class MemtagHelper {
            "persist.device_config.runtime_native_boot.bootloader_override";

    public static boolean isForcedOff() {
        return TextUtils.equals("force_on", SystemProperties.get(DEVICE_CONFIG_PROP));
        return TextUtils.equals("force_off", SystemProperties.get(DEVICE_CONFIG_PROP));
    }

    public static boolean isForcedOn() {