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

Commit 4cb2d09c authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Fix issue #28931042: wtf in system server" into nyc-dev am: ae02bfdd

am: 3f2704b1

* commit '3f2704b1':
  Fix issue #28931042: wtf in system server

Change-Id: I9c49dc77bcd6b6ef31342da9846cbe672f46f57d
parents 4567add4 3f2704b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5421,7 +5421,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
        // If the service process is killed, then ask it to clean up after itself
        final ComponentName errorComponent = new ComponentName(SYSUI_PACKAGE,
                SYSUI_SCREENSHOT_ERROR_RECEIVER);
        Intent errorIntent = new Intent();
        Intent errorIntent = new Intent(Intent.ACTION_USER_PRESENT);
        errorIntent.setComponent(errorComponent);
        errorIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT |
                Intent.FLAG_RECEIVER_FOREGROUND);