Is there an action inside of intent-filter of a broadcast reciever which can catch device incoming notifications (not only push but all notifications)?
for example:
<intent-filter>
<action android:name="android.intent.action.PHONE_STATE" />
for reading phone state, is there one for when a notification have arrived?