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");