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

Commit ecf24673 authored by Ying Zheng's avatar Ying Zheng Committed by android-build-merger
Browse files

Merge "Flip default value of headless user 0 flag." into qt-dev am: a8189276

am: b84bfac3

Change-Id: I743d8cccac29d5f5583d843111298c31f79d0b6b
parents 3e9ec0b3 b84bfac3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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", false);
            SystemProperties.getBoolean("ro.fw.multiuser.headless_system_user", true);

    // ------ ro.crypto.* -------- //
    public static final CryptoProperties.state_values CRYPTO_STATE =