According to engineering…
Regarding Android notifications via Corona Enterprise, it definitely works. Just note that our Lua notification handling will only work for notifications generated by Corona. Any other notifications that you’ve generated via Java code will not be handled Corona… and this is by design.
That said, the Android intent that launched your app can be received via the “main.lua” file’s “…” launch arguments. The launch arguments will provide an “androidIntent” table providing all of the intent fields that can be copied over safely into Lua. We also provide “androidIntent” information via “system” event type “applicationOpen”. Have a look at the posting here for more details…
http://forums.coronalabs.com/topic/28575-canopenurl-support-within-corona-sdk/?p=207672
Also note that there is one limitation on Corona Enterprise for Android. The Corona generated notifications can only launch a “CoronaActivity” when tapped on. If you derive your own class from our “CoronaActivity” class, then tapping a status bar notification will not work right.