







Translations by gtranslate.io
This is an old revision of the document!
Android Intent is mechanism, how applications in Android communicate. Almost every information, that one application want to send to another, it thanks to Intent. But Intent may be also used to start some action, to notify about some change and many other tasks.
Locus current support few actions, that may help you control Locus from different application. If you want to create more complex system and you're familiar with Android developing, I suggest use Locus API integrated into your own program.
Otherwise, use Tasker or any other application, and use definitions below:
For control of track record, use below Actions. 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