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

Commit 4214a093 authored by Ying Zheng's avatar Ying Zheng
Browse files

Flip default value of headless user 0 flag.

Since this is to replace an existing car property which default to true.

Bug: 130310171
Test: build
Change-Id: Ie4f6389b4514727cf88c72e931e9fff4bf5f1484
parent c85cbfbf
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 =