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

Commit 6a5959d5 authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Use FLAG_IMMUTABLE for CarrierServiceStateTracker am: 89763569 am: 22d451db

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

Change-Id: I1917cd076ae405560038103dcd4d3f5cbf460ffb
parents d9d3140d 22d451db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,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(