Skip to content

Commit

Permalink
react-native-sdk android permissions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed May 29, 2024
1 parent 5d7b7f1 commit 6d8f3bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev-guide/react-native-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ module.exports = (async () => {
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
```
- For screen share feature:
- Starting Android 14, specific foreground service types permissions require to be added in the manifest file:
```xml
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION" />
```

Expand Down

0 comments on commit 6d8f3bc

Please sign in to comment.