Merge "Delete useless parameters of string"
This commit is contained in:
committed by
Android (Google) Code Review
commit
17f15d1213
@@ -147,15 +147,13 @@ public final class BluetoothPermissionRequest extends BroadcastReceiver {
|
||||
title = context.getString(
|
||||
R.string.bluetooth_sim_card_access_notification_title);
|
||||
message = context.getString(
|
||||
R.string.bluetooth_sim_card_access_notification_content,
|
||||
deviceAlias, deviceAlias);
|
||||
R.string.bluetooth_sim_card_access_notification_content);
|
||||
break;
|
||||
default:
|
||||
title = context.getString(
|
||||
R.string.bluetooth_connect_access_notification_title);
|
||||
message = context.getString(
|
||||
R.string.bluetooth_connect_access_notification_content,
|
||||
deviceAlias, deviceAlias);
|
||||
R.string.bluetooth_connect_access_notification_content);
|
||||
break;
|
||||
}
|
||||
NotificationManager notificationManager =
|
||||
|
Reference in New Issue
Block a user