3

Thanks to Max Gontar, I can put my notification icon in the status bar on 4.6 and up (Blackberry - How to use notification icon in statusbar).

But in later versions (6 I think?) one can click on the status bar and it will drop down with info on latest calls, App World updates etc.

enter image description here

This is similar in some ways to the 'droid Notification Area. What classes / methods should I be looking at to implement this kind of info, so I can add my own section to this drop-down area?

Community
  • 1
  • 1
Richard Le Mesurier
  • 29,432
  • 22
  • 140
  • 255

1 Answers1

3

Use the ApplicationMessageFolderRegistry and ApplicationMessageFolder classes, and the ApplicationMessage and ApplicationMessageFolderListener interfaces.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
  • Could you please help with [this](http://stackoverflow.com/questions/14952223/blackberry-you-currently-have-no-new-notifications) issue? – CAMOBAP Feb 19 '13 at 10:33