We are using the local notification system implemented by Corona.
As I understand, on Android it is using AlarmManager.
On Android, notifications should be handled by a service running in the background.
We wanted to know if local notifications are being handled by a Corona service?
If our application is closed, would local notification still fire? (default behaviour on iOS).