Skip to content

Commit aea93ad

Browse files
authored
Merge pull request #618 from florian-milky/patch-1
Update README requestNotifications for Android
2 parents 6192005 + 8efafc2 commit aea93ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,8 @@ checkNotifications().then(({status, settings}) => {
770770

771771
Request notifications permission status and get notifications settings values.
772772

773-
You cannot request notifications permissions on Windows. Disabling or enabling notifications can only be done through the App Settings.
773+
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.
774775

775776
```ts
776777
// only used on iOS

0 commit comments

Comments
 (0)