Local Notifications - Android - Drop Down Item

When a localNotification is scheduled and runs, the alert pops up as such:

  • shows on lock screen
  • will wake up device if asleep
  • shows as an icon in the top left corner if in app or away from app.

My question is how to get a ‘drop down’ alert and not have the alert only show as an icon in the top left corner. The only way for the end user to get details of the alert is to slide down from the top of the screen. Maybe this is just how android OS is? Not sure…

This would mostly be for when the user is outside of the app while the phone is on.

This is for Android 7+.

Thank you!!!

Did you find a solution to this? I have the same issue.