pilot51 / voicenotify

Android app that speaks notifications
https://voicenotify.app
Apache License 2.0
150 stars 54 forks source link

Doesn't work on Marshmallow and up #55

Closed edickey6 closed 6 years ago

edickey6 commented 7 years ago

The app needs to request notification access on Marshmallow and up but since it doesn't request it, it simply doesn't work

phiberr commented 7 years ago

I believe this is resolved. Works for me, requested access

edickey6 commented 7 years ago

clijunky, I can't remember exactly what the issue I had and heard of back then but my current issue is that is not able to read full notification and logging some as empty messages which are not really empty. It's Probably related to the other "Fully read Jellybean extended notifications #5" issue which is still open

Edited to fix grammar and add slightly more detail

pilot51 commented 6 years ago

Related to #31 and #49.

I couldn't reproduce in 7.x or 8.0 to determine what exactly this issue was, though I have received a few other reports about it not working in recent Android versions.

I'm confident that reading notifications through Notification Listener Service instead of Accessibility Service likely fixed it in 682bbb7.