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

Commit 4b6eac1e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "AlarmManagerService: Fix FWR before boot completed" am: 3c424220 am:...

Merge "AlarmManagerService: Fix FWR before boot completed" am: 3c424220 am: 154e5e29 am: ea6d98cb am: c0bd23e2

Change-Id: I658ac3e38e23c7ca4674a4512de2e8c5dddf3702
parents 4e295a45 c0bd23e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1670,6 +1670,7 @@ class AlarmManagerService extends SystemService {
            Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED);
            intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING
                    | Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND
                    | Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT
                    | Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS);
            intent.putExtra("time-zone", zone.getID());
            getContext().sendBroadcastAsUser(intent, UserHandle.ALL);