Merge "Send ACTION_PENDING_INCIDENT_REPORTS_CHANGED broadcast with flags" into rvc-dev am: ed508bb1dc
Change-Id: I4a651025a17fe38166404b43c4782fa9c9c40b2c
This commit is contained in:
@@ -359,6 +359,8 @@ class PendingReports {
|
|||||||
private void sendBroadcast(ComponentName receiver, int primaryUser) {
|
private void sendBroadcast(ComponentName receiver, int primaryUser) {
|
||||||
final Intent intent = new Intent(Intent.ACTION_PENDING_INCIDENT_REPORTS_CHANGED);
|
final Intent intent = new Intent(Intent.ACTION_PENDING_INCIDENT_REPORTS_CHANGED);
|
||||||
intent.setComponent(receiver);
|
intent.setComponent(receiver);
|
||||||
|
intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
|
||||||
|
intent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
|
||||||
final BroadcastOptions options = BroadcastOptions.makeBasic();
|
final BroadcastOptions options = BroadcastOptions.makeBasic();
|
||||||
options.setBackgroundActivityStartsAllowed(true);
|
options.setBackgroundActivityStartsAllowed(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user