Merge "AlarmManagerService: Fix FWR before boot completed" am: 3c424220a1
Change-Id: Ib0560eb905d4b8c9388b324bbb8b4e9374b33caa
This commit is contained in:
@@ -1673,6 +1673,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);
|
||||
|
||||
Reference in New Issue
Block a user