diff --git a/README.md b/README.md index fa16d8b..75dcc11 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,15 @@ The SDK requires system permissions. The following permissions allow the SDK to + ``` The `CAMERA` and `RECORD_AUDIO` permissions are classified as `dangerous` and require users to grant them explicitly when an app is run for the first time on devices running Android 6.0 or higher. +And if your application's `targetSdkVersion` is Android 12 or higher, `BLUETOOTH_CONNECT` permission which is classified as `dangerous` requires users to grant it as well. + For more information about requesting app permissions, see Android’s Request App Permissions [guide](https://developer.android.com/training/permissions/requesting.html). ### (Optional) Configure ProGuard to shrink code and resources