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

Commit 71d2fe28 authored by Pietro Maggi's avatar Pietro Maggi Committed by Android (Google) Code Review
Browse files

Merge "docs: Update DISALLOW_CREATE_WINDOWS documentation so that it explains...

Merge "docs: Update DISALLOW_CREATE_WINDOWS documentation so that it explains that windows besides app windows should not be created. This will block the creation of the following types of windows."
parents 79aa1d78 e0f2ad89
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1069,11 +1069,6 @@ public class UserManager {
     * Specifies that windows besides app windows should not be
     * created. This will block the creation of the following types of windows.
     * <li>{@link LayoutParams#TYPE_TOAST}</li>
     * <li>{@link LayoutParams#TYPE_PHONE}</li>
     * <li>{@link LayoutParams#TYPE_PRIORITY_PHONE}</li>
     * <li>{@link LayoutParams#TYPE_SYSTEM_ALERT}</li>
     * <li>{@link LayoutParams#TYPE_SYSTEM_ERROR}</li>
     * <li>{@link LayoutParams#TYPE_SYSTEM_OVERLAY}</li>
     * <li>{@link LayoutParams#TYPE_APPLICATION_OVERLAY}</li>
     *
     * <p>This can only be set by device owners and profile owners on the primary user.