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

Commit 22d451db authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Use FLAG_IMMUTABLE for CarrierServiceStateTracker am: 89763569

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/11448799

Change-Id: I97d6a2cf213c445876c9fc9c83ebf5a9d9ef4727
parents 8e773e93 89763569
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ public class CarrierServiceStateTracker extends Handler {
            Intent notificationIntent = new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS);
            notificationIntent.putExtra("expandable", true);
            PendingIntent settingsIntent = PendingIntent.getActivity(context, 0, notificationIntent,
                    PendingIntent.FLAG_ONE_SHOT);
                    PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_IMMUTABLE);
            CharSequence title = context.getText(
                    com.android.internal.R.string.NetworkPreferenceSwitchTitle);
            CharSequence details = context.getText(