João Dias

Results 156 comments of João Dias

Sorry, Shizuku is only available in the beta: https://redd.it/1ohg4vw Can you try that?

Thank you for the heads up. Fixed in [0.4.9](https://github.com/joaomgcd/TaskerPluginSample/commit/93657fb4726fd35307ed7e2cbe5b169d78b6e3a5)! I did set it to android:foregroundServiceType="specialUse". Let's see if Google has any issues with that!

Sorry for the late Response. @Tolriq foreground services are required if the actions done in the service take more than 5 seconds to complete. Unfortunately you can't really control how...

Hhmm, switching to binding services from what we have now is kind of a big refactor. 😅 I would also have to do plenty of tests with it because I...

I see what you mean. Ok, let me try that and see how it works. Thanks!

So, first shot at this. If you could try building the plugin library from source (get the latest version) and then make [hasToRunServicesInForeground](https://github.com/joaomgcd/TaskerPluginSample/blob/ae418c74693648c643f6a61570388794b8d2b32c/taskerpluginlibrary/src/main/java/com/joaomgcd/taskerpluginlibrary/extensions/Internal.kt#L64) always return false and then try using...

It's really just a matter of adding a Yatse plugin action in a task and running it and see if it runs correctly :) If nothing crashes and it runs...

Sounds good :) And your app is already targeting Android 14, correct?

Cool! Ok, I'll try a release with this change then. Thanks for testing!

Yep. - The current Play Store version of Tasker will always start plugins in the foreground - My update will only call services in the foreground if the `` tag...