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

Commit 827aaf84 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "Allow TIMEZONE_CHANGED to launch apps" into oc-dev am: b84b8bd4

am: e9982c38

Change-Id: I8c004d733a0fdfc5ac56491571760676516163d0
parents 60df13e7 e9982c38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1086,6 +1086,7 @@ class AlarmManagerService extends SystemService {
        if (timeZoneWasChanged) {
            Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED);
            intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING
                    | Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND
                    | Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS);
            intent.putExtra("time-zone", zone.getID());
            getContext().sendBroadcastAsUser(intent, UserHandle.ALL);