PresencePublisher: update description
This commit is contained in:
parent
b2b1112c08
commit
0ea1ac0dd2
|
@ -12,17 +12,17 @@ Description: |-
|
||||||
of your phone in home automation.
|
of your phone in home automation.
|
||||||
|
|
||||||
The app uses the built-in Android alarm manager, so notifications are sent
|
The app uses the built-in Android alarm manager, so notifications are sent
|
||||||
even if the phone is in stand-by.
|
even if the phone is in stand-by. In addition to regularly scheduled checks,
|
||||||
|
the app also reacts to changes in the network connection.
|
||||||
|
|
||||||
'''Permissions'''
|
'''Permissions'''
|
||||||
* ACCESS_COARSE_LOCATION: on Android 9+, necessary to retrieve SSID of
|
* ACCESS_COARSE_LOCATION: on Android 9+, necessary to retrieve SSID of connected WiFi (you do not need to grant the permission in Android 6.0 - 8.1 for the app to work)
|
||||||
connected WiFi (you do not need to grant the permission in Android
|
|
||||||
6.0 - 8.1 for the app to work)
|
|
||||||
* ACCESS_NETWORK_STATE: necessary to register network change listener
|
* ACCESS_NETWORK_STATE: necessary to register network change listener
|
||||||
* ACCESS_WIFI_STATE: necessary to retrieve SSID of connected WiFi
|
* ACCESS_WIFI_STATE: necessary to retrieve SSID of connected WiFi
|
||||||
|
* FOREGROUND_SERVICE: on Android 9+, necessary to send notifications
|
||||||
* INTERNET: only necessary if your MQTT server is not running locally
|
* INTERNET: only necessary if your MQTT server is not running locally
|
||||||
* FOREGROUND_SERVICE: necessary to send notifications
|
|
||||||
* RECEIVE_BOOT_COMPLETED: necessary to start service on start-up
|
* RECEIVE_BOOT_COMPLETED: necessary to start service on start-up
|
||||||
|
* WRITE_EXTERNAL_STORAGE: only necessary if you want to export log files in Android 4.0 - 4.3
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/ostrya/PresencePublisher.git
|
Repo: https://github.com/ostrya/PresencePublisher.git
|
||||||
|
|
Loading…
Reference in a new issue