Merge "Delete useless parameters of string"

This commit is contained in:
TreeHugger Robot
2021-12-24 09:50:01 +00:00
committed by Android (Google) Code Review

View File

@@ -147,15 +147,13 @@ public final class BluetoothPermissionRequest extends BroadcastReceiver {
title = context.getString( title = context.getString(
R.string.bluetooth_sim_card_access_notification_title); R.string.bluetooth_sim_card_access_notification_title);
message = context.getString( message = context.getString(
R.string.bluetooth_sim_card_access_notification_content, R.string.bluetooth_sim_card_access_notification_content);
deviceAlias, deviceAlias);
break; break;
default: default:
title = context.getString( title = context.getString(
R.string.bluetooth_connect_access_notification_title); R.string.bluetooth_connect_access_notification_title);
message = context.getString( message = context.getString(
R.string.bluetooth_connect_access_notification_content, R.string.bluetooth_connect_access_notification_content);
deviceAlias, deviceAlias);
break; break;
} }
NotificationManager notificationManager = NotificationManager notificationManager =