summaryrefslogtreecommitdiffstats
path: root/src/org/codeaurora/bluetooth/dun/BluetoothDunService.java
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-04 00:50:59 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-01-04 01:00:28 +0200
commit7874437ea3533000b25b1f42c2ba2f4ee801f224 (patch)
tree7989bd18b5969831f6d140c3d4e54ad0692bb8fd /src/org/codeaurora/bluetooth/dun/BluetoothDunService.java
parent7d74f34c19337fd2817d66b4523d8e7e6c00dea4 (diff)
downloadandroid_packages_apps_BluetoothExt-7874437ea3533000b25b1f42c2ba2f4ee801f224.tar.gz
android_packages_apps_BluetoothExt-7874437ea3533000b25b1f42c2ba2f4ee801f224.tar.bz2
android_packages_apps_BluetoothExt-7874437ea3533000b25b1f42c2ba2f4ee801f224.zip
BluetoothExt: Cleanup CAF strings
Change-Id: I00782b8e5656d8356a843dcc8b862275a04eba5a
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;