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

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

Merge "Rename headless system user flag to under 32 chars." into qt-dev am: 7f39f77d

am: 427347cc

Change-Id: Ie058734c81a952d8554d953c72bac92c43eba23b
parents 36dbe226 427347cc
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.mu.headless_system_user", false);

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