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

Commit cc2326cd authored by Adam Bookatz's avatar Adam Bookatz Committed by Android (Google) Code Review
Browse files

Merge "MainUser permanent admin by default" into udc-dev

parents 303166ae f62d2aab
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2798,8 +2798,10 @@
    <integer name="config_userTypePackageWhitelistMode">13</integer> <!-- 1+4+8 -->

    <!-- Whether the main user is a permanent admin user. If the main user is a permanent admin user
     it can't be deleted or downgraded to non-admin status. -->
    <bool name="config_isMainUserPermanentAdmin">false</bool>
     it can't be deleted or downgraded to non-admin status.
     This is generally only relevant on headless system user mode devices; on other devices, the
     main user is the system user which is always a permanent admin anyway. -->
    <bool name="config_isMainUserPermanentAdmin">true</bool>

    <!-- Whether switch to headless system user is allowed. If allowed,
    headless system user can run in the foreground even though it is not a full user. -->