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

Commit 8b16046a authored by Benjamin Franz's avatar Benjamin Franz Committed by Android (Google) Code Review
Browse files

Merge "Update javadoc for DISALLOW_SYSTEM_ERROR_DIALOGS"

parents e573fb16 0c86fe1b
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -691,14 +691,13 @@ public class UserManager {
    /**
     * Specifies that system error dialogs for crashed or unresponsive apps should not be shown.
     * In this case, the system will force-stop the app as if the user chooses the "close app"
     * option on the UI. No feedback report will be collected as there is no way for the user to
     * provide explicit consent.
     * option on the UI. A feedback report isn't collected as there is no way for the user to
     * provide explicit consent. The default value is <code>false</code>.
     *
     * When this user restriction is set by device owners, it's applied to all users; when it's set
     * by profile owners, it's only applied to the relevant profiles.
     * The default value is <code>false</code>.
     * <p>When this user restriction is set by device owners, it's applied to all users. When set by
     * the profile owner of the primary user or a secondary user, the restriction affects only the
     * calling user. This user restriction has no effect on managed profiles.
     *
     * <p>This user restriction has no effect on managed profiles.
     * <p>Key for user restrictions.
     * <p>Type: Boolean
     * @see DevicePolicyManager#addUserRestriction(ComponentName, String)