Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:faq:how_to:automate_track_recording_tasker [2019/08/19 11:07] – admin | docs:faq:how_to:automate_track_recording_tasker [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== How to automate track recording using Tasker app ==== | ||
| - | \\ | ||
| - | ---- | ||
| - | GPX Viewer PRO supports starting/ | ||
| - | This how to will explain how this could be automated with Tasker app: | ||
| - | |||
| - | - In Tasker add new task and add new action **System** -> **Send Intent** with these parameters: | ||
| - | |||
| - | Send Intent [ | ||
| - | Action: android.intent.action.RUN | ||
| - | Cat: None | ||
| - | Mime Type: | ||
| - | Data: | ||
| - |     Extra: android.intent.extra.TEXT: | ||
| - | Extra: | ||
| - | Extra: | ||
| - | Package: com.vecturagames.android.app.gpxviewer.pro | ||
| - | Class: | ||
| - | Target: Activity ] | ||
| - | |||
| - | For starting track recording add **android.intent.extra.TEXT** with parameter **TRACK_RECORDING_ACTION_START_PAUSE**, | ||