summaryrefslogtreecommitdiffstats
path: root/src/org/codeaurora/bluetooth/dun/BluetoothDunService.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/codeaurora/bluetooth/dun/BluetoothDunService.java')
-rw-r--r--src/org/codeaurora/bluetooth/dun/BluetoothDunService.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/org/codeaurora/bluetooth/dun/BluetoothDunService.java b/src/org/codeaurora/bluetooth/dun/BluetoothDunService.java
index 92ec785..a987b9d 100644
--- a/src/org/codeaurora/bluetooth/dun/BluetoothDunService.java
+++ b/src/org/codeaurora/bluetooth/dun/BluetoothDunService.java
@@ -809,9 +809,9 @@ public class BluetoothDunService extends Service {
deleteIntent.setAction(DUN_ACCESS_DISALLOWED_ACTION);
notification = new Notification(android.R.drawable.stat_sys_data_bluetooth,
- getString(R.string.dun_notif_ticker), System.currentTimeMillis());
- notification.setLatestEventInfo(this, getString(R.string.dun_notif_ticker),
- getString(R.string.dun_notif_message, name), PendingIntent
+ getString(R.string.notif_ticker), System.currentTimeMillis());
+ notification.setLatestEventInfo(this, getString(R.string.notif_ticker),
+ getString(R.string.notif_message, name), PendingIntent
.getActivity(this, 0, clickIntent, 0));
notification.flags |= Notification.FLAG_AUTO_CANCEL;