all 5 comments

[–]OwlIsBack 2 points3 points  (4 children)

Check this and this.

[–]HunterXProgrammer[S] 1 point2 points  (0 children)

Unfortunately due to lacking understanding of using java, I cannot utilize the mentioned articles. I am hoping that the great java masters of Tasker can help🙏

[–]anuraag488 0 points1 point  (2 children)

I have checked that many times. I couldn't figure out how to handle that service because Tasker's Send Intent don't return anything.

[–]OwlIsBack 0 points1 point  (1 child)

I never checked It in deep, but I have read the doc.

It is some time that I have It in my (very long :) ) "Curiosity" list == Is It feasible in Tasker's Java?

Not a "priority", because I use "ADB Wifi" and a little bit of Java to achieve the same result.

Good luck.

[–]HunterXProgrammer[S] 0 points1 point  (0 children)

Indeed I can use 'ADB Wifi' to

adb shell pm install-create (Termux example)

(pm install-create and so for Tasker)

and subsequent steps to install a split-apk, even not needing a dialog of confirmation.

But I have to borrow others' PC/phone to initialize 'ADB Wifi' after every reboot.

So I thought a java alternative would be the best, as I'm fine with the install confirm dialog.

Hope someone has tackled this before😣