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

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

Merge "DISALLOW_ADD_USER javadoc about secondary users" into main

parents 2eec719b cb00e572
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.
     *