pilot51 / voicenotify

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

Keep Screen Off when VN read notifications #43

Closed poustchi closed 6 years ago

poustchi commented 9 years ago

When VN receives a notification and start reading it, my screen turns ON. Is there any way I can disable such behavior? I do not want the screen to turn ON when VN reading the notifications. Please advise me.

Android : 4.2.2

pilot51 commented 9 years ago

VN doesn't turn the screen on, or at least it's not supposed to. I suspect it is caused by another app. If you disable VN, does it still happen?

poustchi commented 9 years ago

It was the first thing came to my mind. I thought maybe some other apps cause this problem but when I disable VN, everything back to normal.

pilot51 commented 9 years ago

Hmm... This has never been a problem for me and I haven't heard of anyone else experiencing the issue. What device are you using and is it on stock Android? What TTS engine are you using?

Maybe the logcat (system log) will indicate what's causing it. An app such as CatLog will show the log. If you're unable to figure it out, feel free to send the log by email, just be aware that it could have some personal information that you may want to remove.

pilot51 commented 6 years ago

I suspect this issue was likely caused by a modified version of Accessibility, similar to other issues experienced with some Samsung devices.

Since VN no longer uses Accessibility in favor of Notification Listener (as of 682bbb75), and given the lack of requested info, I'm closing this issue.