Android Permissions

Originally written in English      

 

When started for the first time, and later on if specific features are enabled, TotalVario will ask for specific permissions. The details depend on your Android version. 

 

Required Permissions
  • Internet
    INTERNET, ACCESS_NETWORK_STATE
    - send flight data via TCP to other app
    - connect to live tracking server
    - start browser for Maps/OSM
  • Record Audio
    RECORD_AUDIO
    - read the vane wheel signal from the microphone input (if configured)

  • Storage
    READ/WRITE_EXTERNAL_STORAGE
    - to read and to write files (flight log, waypoints, etc)

  • GPS Location
    ACCESS_FINE_LOCATION
    - for flight navigation, recording and live tracking

  • Bluetooth
    BLUETOOTH
    - to connect an external Bluetooth variometer or sensor
  • Bluetooth Administration
    BLUETOOTH_ADMIN
    - to enable/disable Bluetooth automatically when the app is running

  • Device Settings
    WRITE_SETTINGS
    - to adjust the brightness automatically when the app is running

  • Foreground
    FOREGROUND_SERVICE
    - to run the flight computer continuously even if the app is not on display

  • Wake Lock
    WAKE_LOCK
    - keep CPU active as long as app is active

 


Disclaimer

Copyright (c) 2023, Bernd Wing*. All rights reserved.