The accessibility API may be sufficient for what you want. Certainly, if you turn on the TalkBack accessibility service, you will have notifications read to you as they appear (plus a lot of other stuff going on in the UI though).
On Fri, Nov 20, 2009 at 5:00 PM, Marcin_GUmeR <[email protected]>wrote: > Hello > > Is there any way to access notifications while they arrive on status > bar from my activity/service? If not maybe pool status bar > periodically? > > I want to access all possible notifications (including these from > other applications), parse their text and use TTS engine to read them > aloud. I would like to get 1:1 correspondence to notifications that > are displayed on status bar, including ongoing ones (while they arrive/ > are first seen). > > I do not want to interfere with notifications in any other way. Just > read them as they arrive. > > Thanks > Marcin > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

