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

Commit 411d78c0 authored by Florian Mayer's avatar Florian Mayer
Browse files

Fix typo in MemtagHelper

Bug: 280034968
Change-Id: I5977925399342cd79f0bed2dd4af0e21c0c20102
parent fec25d4b
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() {