Merge "Revert "Flip default value of headless user 0 flag."" into qt-dev

am: a4b089bd10

Change-Id: I4d5f8f6e273bdf2d44616e321a817b290ce21578
This commit is contained in:
Ying Zheng
2019-04-11 16:56:10 -07:00
committed by android-build-merger

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 =