From 882f07033c07e475930e6eb0303ebacb02be466a Mon Sep 17 00:00:00 2001 From: ottoptj Date: Mon, 9 Sep 2024 08:19:31 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f007a8..f957863 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Key features: - Weather integration with [Open-Meteo](https://open-meteo.com/). (optional) - Work profile support. - Search on the bottom of the screen. -- System fonts for an uniform look with your Android. +- Contacts searching functionality. (optional) +- Customizable fonts and font styles, defaults to your system font. - Material You support. - Simple by default, customizable under the hood. - Accessibility Actions support. @@ -92,6 +93,7 @@ Enabling weather integration will send the coordinates that are set for the weat - `EXPAND_STATUS_BAR` - Allows pulling down the status bar from the app. - `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. +- `READ_CONTACTS` - Used to find contacts. Only necessary if the contacts menu is enabled. - `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.