User Tools

Site Tools


manual:about:permissions

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
manual:about:permissions [2017/02/07 14:34] mstupkamanual:about:permissions [2022/02/04 12:46] (current) mstupka
Line 1: Line 1:
-====== Privacy Policy ====== 
-<WRAP center round important> 
-**Application Locus Map does not collect, save, publish nor share any of its user's private or otherwise sensitive information. All permissions stated below are necessary for running particular application features only.** 
-</WRAP> 
  
-===== Locus Map - why it needs access to photos, videos, microphone and other permissions? =====+====== Android Permissions ======
  
 ---- ----
  
-Locus Map is growing. Over the years of development it contains more and more features that require permission from the Android Operation System. The main reason of it is of course your protection as the user.+**Locus Map** is growing. Over the years of developmentit contains more and more features that require permission from the Android Operation System. The same it is with apps related to it or built upon its base - **Locus GIS, Map4Trip and KiMaps**. The main reason for it isof courseyour protection as the user.
  
 <WRAP center round info> <WRAP center round info>
-A list of all available permissions for Android platform is [[http://developer.android.com/reference/android/Manifest.permission.html|here]] - as you can see bellow, Locus Map uses only a few of them.+A list of all available permissions for Android platform is [[http://developer.android.com/reference/android/Manifest.permission.html|here]] - as you can see bellow, Locus Map group of apps uses only a few of them.
 </WRAP> </WRAP>
  
 A complete list of all the permissions and their explanation: A complete list of all the permissions and their explanation:
  
- +==== Basic permissions ====
----- +
- +
-==== Basic Android permissions ====+
  
   * //android.permission.ACCESS_COARSE_LOCATION//   * //android.permission.ACCESS_COARSE_LOCATION//
Line 26: Line 19:
   * //android.permission.ACCESS_FINE_LOCATION//   * //android.permission.ACCESS_FINE_LOCATION//
     * allows to **acquire GPS location**     * allows to **acquire GPS location**
 +
 +  * //android.permission.ACCESS_BACKGROUND_LOCATION//
 +    * allows to record tracks, navigate or use live tracking when **running in the background** - when the phone screen is off or when you use another app
  
   * //android.permission.ACCESS_LOCATION_EXTRA_COMMANDS//   * //android.permission.ACCESS_LOCATION_EXTRA_COMMANDS//
Line 38: Line 34:
   * //android.permission.ACCESS_WIFI_STATE//   * //android.permission.ACCESS_WIFI_STATE//
     * allows to **check Wi-Fi network state** (connected/disconnected)     * allows to **check Wi-Fi network state** (connected/disconnected)
 +  
 +  * //android.permission.BIND_DEVICE_ADMIN//
 +    * allows to **control screen on/off depending on various events** like near-point alerts, direction changes during navigation, etc.
 +    * enables to **control your screen with hardware buttons** of your device or with external controllers (e.g. Bluetooth) 
  
   * //android.permission.BLUETOOTH//   * //android.permission.BLUETOOTH//
Line 46: Line 46:
  
   * //android.permission.GET_ACCOUNTS//   * //android.permission.GET_ACCOUNTS//
-    * allows to read the list of **available Google accounts** (for possibility to enter **Locus Store** or launch **Live tracking**).+    * allows reading the list of **available Google accounts** (for the possibility to enter **Locus Store** or launch **Live tracking**). Unfortunately, this permission is a part of a group **Contacts** which triggers a warning about the possibility of the app reading user's contacts - **none of it is allowed!**
            
   * //android.permission.MANAGE_ACCOUNTS//   * //android.permission.MANAGE_ACCOUNTS//
Line 58: Line 58:
  
   * //android.permission.KILL_BACKGROUND_PROCESSES//   * //android.permission.KILL_BACKGROUND_PROCESSES//
-    * allows to **restart the app and also kill it after exit**. Thanks to this Locus Map is removed from the system memory when closed +    * allows to **restart the app and also kill it after exit**. Thanks to this Locus Map (and related apps) is removed from the system memory when closed
- +
-  * //android.permission.NFC// +
-    * required for **handling NFC system**+
  
   * //android.permission.RECEIVE_BOOT_COMPLETED//   * //android.permission.RECEIVE_BOOT_COMPLETED//
Line 70: Line 67:
  
   * //android.permission.WAKE_LOCK//   * //android.permission.WAKE_LOCK//
-    * allows to **keep Locus Map awake if required by user** for some demanding tasks like track recording etc.+    * allows to **keep Locus Map (and related apps) awake if required by user** for some demanding tasks like track recording etc.
  
   * //android.permission.WRITE_EXTERNAL_STORAGE// - <wrap important>limited in Android 4.4.2 and later</wrap>   * //android.permission.WRITE_EXTERNAL_STORAGE// - <wrap important>limited in Android 4.4.2 and later</wrap>
     * allows **handling the external storage card** - for reading external maps, storing vector maps, backup and SRTM data     * allows **handling the external storage card** - for reading external maps, storing vector maps, backup and SRTM data
     * allows also **accessing your photos and videos** so that they are available as attachments to points     * allows also **accessing your photos and videos** so that they are available as attachments to points
 +
 +  * //android.permission.MANAGE_EXTERNAL_STORAGE// - <wrap important> from Android 11</wrap>
 +    * so called **all files access** - allows using the whole internal storage and SD card for Locus data
  
   * //android.permission.RECORD_AUDIO//   * //android.permission.RECORD_AUDIO//
-    * allows **access to microphone** for recording of audio as attachment to points +    * allows **access to microphone** for the recording of audio as an attachment to points
- +
-----+
  
 ==== Google stuff ==== ==== Google stuff ====
  
   * //com.android.vending.CHECK_LICENSE//   * //com.android.vending.CHECK_LICENSE//
-    * used to **check your license**+    * used to **verify your purchased license**
  
   * //com.android.vending.BILLING//   * //com.android.vending.BILLING//
Line 91: Line 89:
  
   * //com.google.android.providers.gsf.permission.READ_GSERVICES//   * //com.google.android.providers.gsf.permission.READ_GSERVICES//
-    * allows **access to Google services** (for Locus Store, Google Analytics, planned Cloud to device messaging etc.) +    * allows **access to Google services** (for Locus Store, Google Analytics, planned Cloud to device messagingetc.)
- +
-----+
  
 ==== ANT+ support ==== ==== ANT+ support ====
Line 99: Line 95:
   * //com.dsi.ant.permission.ANT//   * //com.dsi.ant.permission.ANT//
   * //com.dsi.ant.permission.ANT_ADMIN//   * //com.dsi.ant.permission.ANT_ADMIN//
-    * allows to **connect and manage connection to ANT+ sensors**+    * allows to **connect and manage the connection to ANT+ sensors**
  
----- 
 ===== Locus Add-Ons ===== ===== Locus Add-Ons =====
 ==== Locus Augmented Reality Add-On==== ==== Locus Augmented Reality Add-On====
Line 108: Line 103:
 ==== Locus Contacts Add-On ==== ==== Locus Contacts Add-On ====
   * //android.permission.READ_CONTACTS// - this add-on enables **viewing your contacts' addresses on the map**. No contacts data are stored or shared. [[manual:user_guide:add-ons:contacts|See more >>]]   * //android.permission.READ_CONTACTS// - this add-on enables **viewing your contacts' addresses on the map**. No contacts data are stored or shared. [[manual:user_guide:add-ons:contacts|See more >>]]
- 
----- 
-Is this article useful for you? Please rate it: 
-{(rater>id=1|name=faq_permissions|type=rate|headline=off)} 
manual/about/permissions.1486474446.txt.gz · Last modified: 2017/02/07 15:34 (external edit)