Loading src/java/com/android/internal/telephony/CarrierServiceStateTracker.java +1 −0 Original line number Diff line number Diff line Loading @@ -325,6 +325,7 @@ public class CarrierServiceStateTracker extends Handler { public Notification.Builder getNotificationBuilder() { Context context = mPhone.getContext(); Intent notificationIntent = new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS); notificationIntent.putExtra("expandable", true); PendingIntent settingsIntent = PendingIntent.getActivity(context, 0, notificationIntent, PendingIntent.FLAG_ONE_SHOT); CharSequence title = context.getText( Loading Loading
src/java/com/android/internal/telephony/CarrierServiceStateTracker.java +1 −0 Original line number Diff line number Diff line Loading @@ -325,6 +325,7 @@ public class CarrierServiceStateTracker extends Handler { public Notification.Builder getNotificationBuilder() { Context context = mPhone.getContext(); Intent notificationIntent = new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS); notificationIntent.putExtra("expandable", true); PendingIntent settingsIntent = PendingIntent.getActivity(context, 0, notificationIntent, PendingIntent.FLAG_ONE_SHOT); CharSequence title = context.getText( Loading