B4X FEED How to write a tasker plugin

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: How to write a tasker plugin است. این موضوع تا کنون 100 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع How to write a tasker plugin
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
100
پسندها
0
آخرین ارسال توسط PracticalSoft
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:
  • 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...



 

عقب
بالا