views:

138

answers:

2

Hello!

I am using some home replacement that allow me to hide the notification Bar and that's something I really like.

All the informations can be replaced by some widgets, but I would like to display the notifications too.

As I already developed some applications, I would like to know if there is a command line that allow an application to get all the notifications. I plan to add this to a widget or a toast.

Thank a lot for any clue or help.

+1  A: 

I would like to know if there is a command line that allow an application to get all the notifications

No, sorry, SDK applications cannot get access to other applications' notifications.

CommonsWare
I accepted your answer, but I added more informations under as another answer.
Profete162
A: 

I will answer my question because I found something on an other forum.

Seem that you can access them declaring your application as an (sorry for the french term, I couldn't find an english translation) "gestionnaire d'accessibilité" that you may translate as "accessibility manager"

More informations here: http://developer.android.com/intl/fr/reference/android/view/accessibility/AccessibilityEvent.html

That may be dangerous and has a lot of negative point, but an other dev that is also working on a custom Home assure me that this feature work and he was able to create his own notification bar.

Profete162