Tasker/ ADB intents #694
Replies: 2 comments
-
Ive actually brought up a similar idea before with #311. It felt a bit obtuse at the time, however I felt a refined version of it could be implemented better with #623. While Im still trying to figure out the best way to implement it with advplyr, I did open up a PR recently (#692) that implements a similar behavior to it :) |
Beta Was this translation helpful? Give feedback.
-
If the dev is agreeable, for my use case anyway, it can just be as 'simple' as adding intent receivers. This avoids UI clutter, and adding more, potentially daunting, settings for ux's who could care less. This is how 'LABP' handles it and how I go about dealing with it for my use case. Here is the relevant section of the manifest:
Unfortunately the app is "dex"ed and also appears to be pro-guarded and I am too inexperienced with android dev and android studio, to figure out how to properly extract the source code, else I would make an attempt at a PR myself. I will poke about and maybe look into other apps to see how they pull it off. |
Beta Was this translation helpful? Give feedback.
-
Is there anything on the road map to add Tasker support / adb intents to the Android app?
EX: I currently use 'Listen Audio Book Player' and sometimes listen to books when I go to sleep. I have an sleep automation that sets a bookmark and sets a timer. When the timer expires, playback stops and the book is 're-wound' to the last book mark. I would love to be able to do using this app/server combo.
Beta Was this translation helpful? Give feedback.
All reactions