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

Commit 294526af authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "WindowManager: Toast message is not visible in some scenarios""

parents 781a6133 86cf695c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1634,10 +1634,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                // XXX right now the app process has complete control over
                // this...  should introduce a token to let the system
                // monitor/control what they are doing.

                // Bypass this to allow any activity to show toast even if
                // it runs in a different process than its package.
                //outAppOp[0] = AppOpsManager.OP_TOAST_WINDOW;
                outAppOp[0] = AppOpsManager.OP_TOAST_WINDOW;
                break;
            case TYPE_DREAM:
            case TYPE_INPUT_METHOD: