Loading src/java/com/android/internal/telephony/CarrierServiceStateTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/java/com/android/internal/telephony/CarrierServiceStateTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading