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

Commit 09448f96 authored by Paul Hu's avatar Paul Hu Committed by Automerger Merge Worker
Browse files

Merge "Make PendingIntent immutable" am: bbab1d3b

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

Change-Id: Id8b270aaf94b322aca0338a25d2bada9d2699169
parents 9ade8130 bbab1d3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ public class PacManager {
        mNetThreadHandler = new Handler(netThread.getLooper());

        mPacRefreshIntent = PendingIntent.getBroadcast(
                context, 0, new Intent(ACTION_PAC_REFRESH), 0);
                context, 0, new Intent(ACTION_PAC_REFRESH), PendingIntent.FLAG_IMMUTABLE);
        context.registerReceiver(new PacRefreshIntentReceiver(),
                new IntentFilter(ACTION_PAC_REFRESH));
        mConnectivityHandler = handler;