Skip to content

Commit a54d765

Browse files
authored
docs(messaging): add header for android permissions section (#6917)
1 parent 2e51817 commit a54d765

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/messaging/usage/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ async function requestUserPermission() {
6868
The permissions API for iOS provides much more fine-grain control over permissions and how they're handled within your
6969
application. To learn more, view the advanced [iOS Permissions](/messaging/ios-permissions) documentation.
7070

71+
## Android - Requesting permissions
72+
7173
On Android API level 32 and below, you do not need to request user permission. This method can still be called on Android devices; however, and will always resolve successfully. For API level 33+ you will need to request the permission manually using either the built-in react-native `PermissionsAndroid` APIs or a related module such as `react-native-permissions`
7274

7375
```

0 commit comments

Comments
 (0)