Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 976 Bytes

permission-requirements.md

File metadata and controls

15 lines (10 loc) · 976 Bytes

Permission Requirements

Permissions

This app needs the following permissions:

  • ACCESS_NETWORK_STATE: Allows applications to access information about networks. This permission is optional and is used for the update function (see below).
  • INTERNET: Allows applications to open network sockets. This permission is optional and is used for the update function (see below).

Dependent functions

Update function

The update function checks for new versions of the app online. This function can be set to run on every start of the app (default off). In case the necessary permissions (ACCESS_NETWORK_STATE, INTERNET) are not granted the update function will fail. Other functions are not affected. The update function does not download the new app.