Loading core/java/android/os/UserManager.java +5 −6 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
core/java/android/os/UserManager.java +5 −6 Original line number Diff line number Diff line Loading @@ -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) Loading