pilot51 / voicenotify

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

Tasker enable/disable method #75

Open famewolf opened 5 years ago

famewolf commented 5 years ago

I am attempting to use tasker so that voice notify only reads notifications when the phone is connected to power (such as in the car or docked at home) and not when I'm out and about in public. I have attempted to use the plugin secure settings which has an option to enable/disable "notification listeners". Voice Notify DOES appear in that list however disabling it doesn't seem to do anything possibly because the actual reading is being done by the service running in the background and it does NOT appear in the list?

A friend has that method working on android nougat however I am on oreo 8.1 so not sure if that is the issue. Is there a recommended method to do this? Should I be calling an intent instead?

famewolf commented 3 years ago

Given I have 3 different issues open and this one is over 2 years old I'm going to say issues are not a high priority.