We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6192005 + 8efafc2 commit aea93adCopy full SHA for aea93ad
README.md
@@ -770,7 +770,8 @@ checkNotifications().then(({status, settings}) => {
770
771
Request notifications permission status and get notifications settings values.
772
773
-You cannot request notifications permissions on Windows. Disabling or enabling notifications can only be done through the App Settings.
+You cannot request notifications permissions on Windows. Disabling or enabling notifications can only be done through the App Settings.
774
+You cannot request notifications permissions on Android. `requestNotifications` is the same than `checkNotifications` on this platform.
775
776
```ts
777
// only used on iOS
0 commit comments