You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/messaging/usage/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ async function requestUserPermission() {
68
68
The permissions API for iOS provides much more fine-grain control over permissions and how they're handled within your
69
69
application. To learn more, view the advanced [iOS Permissions](/messaging/ios-permissions) documentation.
70
70
71
+
## Android - Requesting permissions
72
+
71
73
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`
0 commit comments