Revert "Flip default value of headless user 0 flag."

This reverts commit 4214a0933d.

Reason for revert: need to update per build

Bug: 130310171
Change-Id: I9ff55e9de4ec3ad64451ef41f34cbfe9b793a5e9
This commit is contained in:
Ying Zheng
2019-04-11 16:14:34 +00:00
parent 4214a0933d
commit 1deedca952

View File

@@ -60,7 +60,7 @@ public class RoSystemProperties {
public static final boolean FW_SYSTEM_USER_SPLIT =
SystemProperties.getBoolean("ro.fw.system_user_split", false);
public static final boolean MULTIUSER_HEADLESS_SYSTEM_USER =
SystemProperties.getBoolean("ro.fw.multiuser.headless_system_user", true);
SystemProperties.getBoolean("ro.fw.multiuser.headless_system_user", false);
// ------ ro.crypto.* -------- //
public static final CryptoProperties.state_values CRYPTO_STATE =