Add Tasker Widget control script #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "tasker-widget"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding a widget that can control adding/removing scripts from tasker tasks
This listens to broadcast intents from the tasker using the AIO launcher tasker API and adds or removes widgets on the home screen.
Few issues that I faced:
*works, but using the widget nametasker widget controlortasker-widget-controldidn't worknews feedornewsornewsfeeddidn't add or remove the news feed widget. Need help figuring those outIssues:
main/on-off-widget.luascript as reference.@zobnin Also, I would like to hide this widget from the home screen since it doesn't do much sitting around there. will the script continue to function in the background if there was a way to hide it?
There is methods aio:hide_widget() and aio:show_widget(). But please don't use it in the public scripts. It is not documented for a reason.