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

Commit cb00e572 authored by Adam Bookatz's avatar Adam Bookatz
Browse files

DISALLOW_ADD_USER javadoc about secondary users

Secondary users (especially Admins) can sometimes add other users. This
restriction still correctly stop them, but the javadoc needs updating.

Flag: EXEMPT javadoc
Bug: 359912575
Test: none (just javadoc)
Change-Id: Ic35611e167cdca675d6b3c618bac61230f9cea1b
parent ecbdc5f1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -969,9 +969,7 @@ public class UserManager {

    /**
     * Specifies if a user is disallowed from adding new users. This can only be set by device
     * owners or profile owners on the primary user. The default value is <code>false</code>.
     * <p>This restriction has no effect on secondary users and managed profiles since only the
     * primary user can add other users.
     * owners or profile owners on the main user. The default value is <code>false</code>.
     * <p> When the device is an organization-owned device provisioned with a managed profile,
     * this restriction will be set as a base restriction which cannot be removed by any admin.
     *