diff --git a/docs/docs/developer-guide/integrations/icon-packs.md b/docs/docs/developer-guide/integrations/icon-packs.md index fdc67d06..9cb9e0a3 100644 --- a/docs/docs/developer-guide/integrations/icon-packs.md +++ b/docs/docs/developer-guide/integrations/icon-packs.md @@ -107,7 +107,7 @@ month (`calendar_1`, `calendar_2`, etc. up to `calendar_31`). :::note Single digit days must not be zero-padded (e.g. `calendar_1` is correct but `calendar_01` is not). -Make sure all 31 drawables are present, or the launcher will reject the icon. +Make sure that all 31 drawables are present, or the launcher will reject the icon. ::: #### Clock icons diff --git a/docs/docs/user-guide/troubleshooting/granted-permissions.md b/docs/docs/user-guide/troubleshooting/granted-permissions.md new file mode 100644 index 00000000..17137fe4 --- /dev/null +++ b/docs/docs/user-guide/troubleshooting/granted-permissions.md @@ -0,0 +1,15 @@ +# Permission Requests for Already Granted Permissions + +On some devices, the launcher might keeps asking for the notification permission even after you have +already granted it. This usually occurs a few minutes to hours after you have granted the +permission. + +The problem is caused because some OEMs have too aggressive battery "optimization" in place which +terminate +the launcher's notification listener service prematurely. The launcher then notices that it can no +longer receive notifications and asks for the permission again. + +The steps to fix that are different for each OEM but it usually involves disabling battery +optimization +for Kvaesitso. This website has a list of guides for different OEMs: +https://dontkillmyapp.com/ \ No newline at end of file