mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
Update PrivacyPolicy.md
This commit is contained in:
parent
a20deb7733
commit
df9ceb07b8
1 changed files with 5 additions and 3 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
# Privacy Policy
|
# Privacy Policy
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No data leaves the device by default. Enabling the weather option sends coordinates to Open-Meteo and Open-Meteo may also store your IP address in this case.
|
No data leaves the device by default. Enabling the weather option sends coordinates to Open-Meteo and Open-Meteo may also store your IP address in this case. Additionally, manually searching for locations uses Open-Meteo's geocoding api, which sends the search string to them.
|
||||||
|
|
||||||
## Collected data
|
## Collected data
|
||||||
The application stores data about the state of its preferences on your device's local storage. This is not sent outside of your device.
|
The application stores data about the state of its preferences on your device's local storage. This is purely to store your launcher settings and is not sent outside of your device.
|
||||||
|
|
||||||
For example, if you choose to align the clock to the center, this preference is saved so that the clock does not get reset to the left when the application is launched the next time.
|
For example, if you choose to align the clock to the center, this preference is saved so that the clock does not get reset to the left when the application is launched the next time.
|
||||||
|
|
||||||
By default, no more data is collected, but certain options may result in further data being collected.
|
By default, no more data is collected, but certain options may result in further data being collected.
|
||||||
|
|
||||||
### Weather
|
### Weather
|
||||||
If you enable weather, the application stores the coordinates that you set for the location. If you have set a location manually, those are the coordinates of that location. If you use GPS location, your GPS coordinates are stored.
|
If you enable weather, the application stores the coordinates that you set for the location. If you have set a location manually, those are the coordinates of that location. If you use GPS location, your GPS coordinates are stored.
|
||||||
|
|
||||||
### Permissions
|
### Permissions
|
||||||
|
|
||||||
|
|
@ -38,4 +38,6 @@ However, enabling the weather option requires certain data to be sent to Open-Me
|
||||||
|
|
||||||
The URL includes the coordinates of your weather location. If the location is manually set, the coordinates are of the selected location. If GPS location is used, the coordinates are the set GPS coordinates.
|
The URL includes the coordinates of your weather location. If the location is manually set, the coordinates are of the selected location. If GPS location is used, the coordinates are the set GPS coordinates.
|
||||||
|
|
||||||
|
Additionally, searching for a location for the weather manually sends the search query to Open-Meteo as it uses their geocoding api to obtain matching locations.
|
||||||
|
|
||||||
For information on how this data is handled, refer to [Open-Meteo](https://open-meteo.com/en/terms).
|
For information on how this data is handled, refer to [Open-Meteo](https://open-meteo.com/en/terms).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue