Vijit
Vijit

Reputation: 1

Flex Native Local Notifications

I've an air app that needs to put a notification on the status bar on android devices like "2 New Tips" etc. Rest everything works fine, but I am not able to find something that can put a notification on the status bar. A simple demo that puts some text on the status bar on a button click. I really need it, as this is the last thing left in my app. Please help!!

Upvotes: 0

Views: 396

Answers (1)

csomakk
csomakk

Reputation: 5497

you'll need to make Native Extensions. http://www.adobe.com/devnet/air/articles/ane-android-devices.html

Upvotes: 2

Related Questions