Merge "Fix typo in MemtagHelper" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d7bbff0041
@@ -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() {
|
||||
|
Reference in New Issue
Block a user