Skip to content

Commit 8efafc2

Browse files
Updated requestNotifications for Android
1 parent 6192005 commit 8efafc2

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)