I am using the local notification plugin for Cordova. When the app goes to the background on Android and when the app comes to the foreground the notifications are hidden from the notification area. I can still get them from getById.
How can I get a notification that stays until I cancel or clear them? Or is this Android specific behaviour?