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

Commit 8185aa02 authored by Ying Zheng's avatar Ying Zheng
Browse files

Create an ro property for headless system user.

Bug: 129292631
Test: build

Change-Id: I912caec14789b5aac143e17133b078f63165f784
parent e4329dc3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ public class RoSystemProperties {
    // ------ ro.fw.* ------------ //
    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);

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