Loading src/com/android/server/telecom/settings/BlockedNumbersUtil.java +2 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ public final class BlockedNumbersUtil { if (showNotification) { Intent intent = new Intent(context, CallBlockDisabledActivity.class); PendingIntent pendingIntent = PendingIntent.getActivity( context, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT); context, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE); String title = context.getString( R.string.phone_strings_call_blocking_turned_off_notification_title_txt); Loading Loading
src/com/android/server/telecom/settings/BlockedNumbersUtil.java +2 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ public final class BlockedNumbersUtil { if (showNotification) { Intent intent = new Intent(context, CallBlockDisabledActivity.class); PendingIntent pendingIntent = PendingIntent.getActivity( context, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT); context, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE); String title = context.getString( R.string.phone_strings_call_blocking_turned_off_notification_title_txt); Loading