Skip to main content
Inspiring
September 1, 2011
Question

Android IDLE Mode - Icon

  • September 1, 2011
  • 1 reply
  • 703 views

Hi everyone,

I´m building a little android app and i like to show an icon in the "statusbar" (the bar at the top of the screen; with the time an icons) of my phone!

s it possible? I tried NativeApplication.supportsSystemTrayIcon & NativeApplication.supportsDockIcon but both are false...

Thanks for a hint,

u

This topic has been closed for replies.

1 reply

Participant
January 15, 2012

Hi there!

Did you find any solution?

I need the same thing in my current project..

Does anyone else know how to do this? Native Extension?

Thanks!

Participant
January 15, 2012

Here I found something:

http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/notification.html

But:

I need to create an icon in the status bar, so that the app can run in the background and won't be shut down by android.

Can I archieve this with the notification extension above?