joaomgcd / TaskerSettings

Helper app for Tasker
312 stars 5 forks source link

Target API level 28 #32

Open NoahAndrews opened 6 months ago

NoahAndrews commented 6 months ago

Apps that target API level 28 can still turn Wi-Fi on and off, but aren't blocked from on-device installation by Android 14. I know this because I work on the FIRST Tech Challenge driver station app, which automatically turns on Wi-Fi under certain conditions, and I just tested that functionality on Android 14.

NoahAndrews commented 6 months ago

Hmm, this app provides more functionality than I'd realized, and I'm not sure that all of it is possible when targeting 28. Still, it would be great if there was a version of the app that at least targets API 23, even if that version can't do everything that the version that targets 21 can.

joaomgcd commented 6 months ago

This version targets API 23: https://github.com/joaomgcd/TaskerSettings/releases/download/v1.7.0/Tasker.Settings.1.7.0.Huawei.Xiaomi.apk

Can you try that?

Jon8RFC commented 6 months ago

Interesting thought.

@joaomgcd for future reference, as things get more cumbersome with google changes, maybe a Magisk module which does these things would be possible (that's beyond me, for now, but ChatGPT may help me again). Doing data gathering to determine root users may be helpful.

If not, an application which acts as the hub/manager for update notifications or automatic installations from github could manage installing numerous apks which each, individually, target a specific API. Each would perform a minimal set of functions specific to that API while supporting a larger number of Android OS versions, so that the maximum number of functions is possible with a minimal loss of functions across many Android versions.

Thanks for doing so much with Tasker. It is a great app.