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

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

Merge "Use FLAG_IMMUTABLE for CarrierServiceStateTracker" into rvc-dev am:...

Merge "Use FLAG_IMMUTABLE for CarrierServiceStateTracker" into rvc-dev am: a7c99f59 am: b3384db9 am: 8c106999

Change-Id: Ib1a003ed47483186f1c0eb08c4ebd6750196fa19
parents d0da95c1 8c106999
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,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);
            Resources res = SubscriptionManager.getResourcesForSubId(context, mPhone.getSubId());
            CharSequence title = res.getText(
                    com.android.internal.R.string.NetworkPreferenceSwitchTitle);