- Jun 6, 2020
- 11,559
- 4,422
Tasker is a pretty legendary app that allows you to automate everything on your phone:
Developer reference:
Reference:
Tasker plugins work with Locale and Tasker.
Here is how to write an 'Action' plugin for Tasker
An action plugin, is added in the Tasks. You select Action Category > Plugin > Your app.
This allows tasker to execute your app based on when certain conditions happen.
There are two main requirements:
Setting up the Edit Activity
This can be any activity. It will show the settings available from your app.
To pass data...
برای دیدن لینک ها باید ثبت نام کنید
Developer reference:
Reference:
برای دیدن لینک ها باید ثبت نام کنید
Tasker plugins work with Locale and Tasker.
Here is how to write an 'Action' plugin for Tasker
An action plugin, is added in the Tasks. You select Action Category > Plugin > Your app.
This allows tasker to execute your app based on when certain conditions happen.
There are two main requirements:
- You need to have an Edit Activity and its intent. This shows the settings screen in tasker, when your select "Edit" and allows to customize the actions of your app.
- You need to have a broadcast receiver to Fire the setting. This is when your app is triggered and does its thing.
Setting up the Edit Activity
This can be any activity. It will show the settings available from your app.
To pass data...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید