Fix typo in MemtagHelper
Bug: 280034968 Change-Id: I5977925399342cd79f0bed2dd4af0e21c0c20102
This commit is contained in:
@@ -30,7 +30,7 @@ public class MemtagHelper {
|
|||||||
"persist.device_config.runtime_native_boot.bootloader_override";
|
"persist.device_config.runtime_native_boot.bootloader_override";
|
||||||
|
|
||||||
public static boolean isForcedOff() {
|
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() {
|
public static boolean isForcedOn() {
|
||||||
|
Reference in New Issue
Block a user