From 6b818394b922744ad0e883d12a25ef392e194781 Mon Sep 17 00:00:00 2001 From: ottoptj Date: Thu, 29 Aug 2024 12:01:29 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eacbd2..1865ae4 100644 --- a/README.md +++ b/README.md @@ -88,4 +88,14 @@ Enabling weather integration will send the coordinates that are set for the weat - `INTERNET` - Required for API calls to Open-Meteo. Only used if weather integration is enabled. - `ACCESS_COARSE_LOCATION` - Requested when enabling GPS location. Needs to be allowed to use GPS location. - `SET_ALARM` - Used for the clock opening gesture on clicking the time. -- `QUERY_ALL_PACKAGES` - Used to ensure that the app properly detects all installed apps. \ No newline at end of file +- `QUERY_ALL_PACKAGES` - Used to ensure that the app properly detects all installed apps. + +### Accessibility Services + +You can optionally enable accessibility services for YAM Launcher if you choose to use the "Double Tap to Lock Screen" gesture. The accessibility services are exclusively used to lock the screen and are not used to collect any data. + +## Mirrors + +[Codeberg (primary)](https://codeberg.org/ottoptj/yamlauncher) + +[GitHub (secondary)](https://github.com/ottop/yam_launcher) \ No newline at end of file