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(
|
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 =
|
||||||
|
Reference in New Issue
Block a user