Below is my code to capture notifications. I dont understand why the onNotificationPosted is not getting fired.
I am giving my app Notifications acc
It does seem to be a bit flakey, but this is the actual fix in this case:
@Override public IBinder onBind(Intent intent) { return super.onBind(intent); }