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

Commit d7bbff00 authored by Florian Mayer's avatar Florian Mayer Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in MemtagHelper" into udc-dev

parents a0f3f421 411d78c0
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() {