







Translations by gtranslate.io
Android Intent is mechanism through which applications in Android communicate. Almost every information that one application wants to send to another is distributed via Intent. But the Intent may also be used to start some action, e.g. to notify about some change and many other tasks.
Locus Map currently supports a few actions that may help you control Locus from different applications. If you want to create more complex system and you're familiar with Android developing, we suggest to use Locus API integrated into your own program.
Otherwise, use Tasker or any other application, and use definitions below:
To control track recording, use Actions below. All actions have to be used as Broadcast intent.
locus.api.android.ACTION_TRACK_RECORD_START
locus.api.android.ACTION_TRACK_RECORD_PAUSE
locus.api.android.ACTION_TRACK_RECORD_STOP
locus.api.android.ACTION_TRACK_RECORD_ADD_WPT