Update README.md

This commit is contained in:
ottoptj 2024-08-12 09:42:33 +00:00
commit 0e5d59e69d

View file

@ -60,6 +60,6 @@ Enabling weather integration will send the coordinates that are set for the weat
- `REQUEST_DELETE_PACKAGES` - Allows uninstallation of apps through the launcher's activity menu. - `REQUEST_DELETE_PACKAGES` - Allows uninstallation of apps through the launcher's activity menu.
- `EXPAND_STATUS_BAR` - Allows pulling down the status bar from the app. - `EXPAND_STATUS_BAR` - Allows pulling down the status bar from the app.
- `INTERNET` - Required for API calls to Open-Meteo. - `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. - `ACCESS_COARSE_LOCATION` - Requested when enabling GPS location. Needs to be allowed to use GPS location.
- `QUERY_ALL_PACKAGES` - Used to ensure that the app properly detects all installed apps. - `QUERY_ALL_PACKAGES` - Used to ensure that the app properly detects all installed apps.