From b76498fc0c46f08e31aaf3278e8d739edf59dee0 Mon Sep 17 00:00:00 2001 From: akashfoss Date: Mon, 5 Dec 2016 20:31:08 +0530 Subject: [PATCH] Fixed Typo #7 --- NLSExample/src/main/java/com/kpbird/nlsexample/NLService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NLSExample/src/main/java/com/kpbird/nlsexample/NLService.java b/NLSExample/src/main/java/com/kpbird/nlsexample/NLService.java index dede65d..8817284 100644 --- a/NLSExample/src/main/java/com/kpbird/nlsexample/NLService.java +++ b/NLSExample/src/main/java/com/kpbird/nlsexample/NLService.java @@ -40,7 +40,7 @@ public void onNotificationPosted(StatusBarNotification sbn) { @Override public void onNotificationRemoved(StatusBarNotification sbn) { - Log.i(TAG,"********** onNOtificationRemoved"); + Log.i(TAG,"********** onNotificationRemoved"); Log.i(TAG,"ID :" + sbn.getId() + "\t" + sbn.getNotification().tickerText +"\t" + sbn.getPackageName()); Intent i = new Intent("com.kpbird.nlsexample.NOTIFICATION_LISTENER_EXAMPLE"); i.putExtra("notification_event","onNotificationRemoved :" + sbn.getPackageName() + "\n");