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

Commit e131950b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Documented that config_supportProfilesOnNonMainUser is not supported." into main

parents 3694a032 608aeb16
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -3253,7 +3253,10 @@
    <bool name="config_disallowRemovingLastAdminUser">true</bool>
    <bool name="config_disallowRemovingLastAdminUser">true</bool>


    <!-- Whether all secondary users (and the system user) are eligible to have profiles.
    <!-- Whether all secondary users (and the system user) are eligible to have profiles.
         If false, only the MainUser is eligible to have profiles. -->
         If false, only the MainUser is eligible to have profiles.
          NOTE: this feature not supported yet, and CTS will fail if it's set to
          true.
    -->
    <bool name="config_supportProfilesOnNonMainUser">false</bool>
    <bool name="config_supportProfilesOnNonMainUser">false</bool>


    <!-- Whether the system should create the initial full user on boot.
    <!-- Whether the system should create the initial full user on boot.