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

Commit d749dc35 authored by Julia Reynolds's avatar Julia Reynolds Committed by Automerger Merge Worker
Browse files

Merge "Restrict alarm broadcast" into oc-mr1-dev am: 3b0fc6bd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14103469

Change-Id: I2a933b691bfc17ed88f60e21c1083bc947d5b329
parents 1c750cd3 3b0fc6bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4811,6 +4811,7 @@ public class NotificationManagerService extends SystemService {
            final PendingIntent pi = PendingIntent.getBroadcast(getContext(),
                    REQUEST_CODE_TIMEOUT,
                    new Intent(ACTION_NOTIFICATION_TIMEOUT)
                            .setPackage("android")
                            .setData(new Uri.Builder().scheme(SCHEME_TIMEOUT)
                                    .appendPath(record.getKey()).build())
                            .addFlags(Intent.FLAG_RECEIVER_FOREGROUND)