Actually call the new generic notification handler

live-sensor-data
cpfeiffer 2015-05-14 00:04:54 +02:00
parent 80eb386dd8
commit 562840a7c5
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ public class BluetoothCommunicationService extends Service {
case ACTION_NOTIFICATION_GENERIC: { case ACTION_NOTIFICATION_GENERIC: {
String title = intent.getStringExtra("notification_title"); String title = intent.getStringExtra("notification_title");
String body = intent.getStringExtra("notification_body"); String body = intent.getStringExtra("notification_body");
mDeviceSupport.onSMS(title, body); mDeviceSupport.onGenericNotification(title, body);
break; break;
} }
case ACTION_NOTIFICATION_SMS: { case ACTION_NOTIFICATION_SMS: {