User Tools

Site Tools


manual:advanced:locus_api:public_intents

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:advanced:locus_api:public_intents [2015/05/21 15:36] – created mstupkamanual:advanced:locus_api:public_intents [2015/09/08 18:15] (current) mstupka
Line 1: Line 1:
 ====== Public Intents ====== ====== Public Intents ======
- 
-<WRAP box left>  
-  * Locus type: <html><b><a href="https://play.google.com/store/apps/details?id=menion.android.locus&amp;referrer=utm_source%3Ddocs%26utm_medium%3Dheader%26utm_content%3Dpublic_intents" target="_blank">Free</a>/<a href="https://play.google.com/store/apps/details?id=menion.android.locus.pro&amp;referrer=utm_source%3Ddocs%26utm_medium%3Dheader%26utm_content%3Dpublic_intents" target="_blank">Pro</a></b></html>, **2.8.4+** 
-  * Last updated manual: **2.8.4** 
-</WRAP> 
- 
- 
  
 ===== Basic information ===== ===== Basic information =====
  
-[[http://developer.android.com/reference/android/content/Intent.html|Android Intent]] is mechanism, how applications in Android communicate. Almost every informationthat 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.+[[http://developer.android.com/reference/android/content/Intent.html|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.
  
 ===== How to ===== ===== How to =====
  
-Locus current support few actionsthat may help you control Locus from different application. If you want to create more complex system and you're familiar with Android developing, suggest use Locus API integrated into your own program.+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: Otherwise, use Tasker or any other application, and use definitions below:
Line 23: Line 16:
 ==== Track record ==== ==== Track record ====
  
-For control of track record, use below **Actions**. All actions have to be used as **Broadcast intent**+To control track recording, use **Actions** below. All actions have to be used as **Broadcast intent**.
  
 === Start recording === === Start recording ===
Line 49: Line 42:
 == Additional parameters == == Additional parameters ==
  
-  * Ability to automatically save track without asking for additional details+  * Ability to save track automatically without asking for additional details
     * key: INTENT_EXTRA_TRACK_REC_AUTO_SAVE     * key: INTENT_EXTRA_TRACK_REC_AUTO_SAVE
     * value: **boolean**, true/false value, default //false//     * value: **boolean**, true/false value, default //false//
manual/advanced/locus_api/public_intents.1432215365.txt.gz · Last modified: (external edit)