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

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

Merge "Add separate system property to control user toggle"

parents 5f6413db 00307bdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public class MemtagHelper {
        if (MemtagHelper.isForcedOff()) {
            return BasePreferenceController.DISABLED_DEPENDENT_SETTING;
        }
        return SystemProperties.getBoolean("ro.arm64.memtag.bootctl_supported", false)
        return SystemProperties.getBoolean("ro.arm64.memtag.bootctl_settings_toggle", false)
                ? BasePreferenceController.AVAILABLE
                : BasePreferenceController.UNSUPPORTED_ON_DEVICE;
    }