We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07f9e7 commit 7774a79Copy full SHA for 7774a79
README.md
@@ -817,7 +817,7 @@ Open application / alarms / notifications settings (default to `application`).
817
>
818
> - `notifications` settings are only available on Android 8+ and iOS 15.4+
819
> - `alarms` settings are only available on Android 12+
820
-> - When a choice is not available, it fallbacks to `application` settings
+> - If a choice is not available, it fallbacks to `application` settings
821
822
```ts
823
function openSettings(type?: 'application' | 'alarms' | 'notifications'): Promise<void>;
0 commit comments