react-native-webrtc / react-native-incall-manager

Handling media-routes/sensors/events during a audio/video chat on React Native
ISC License
547 stars 191 forks source link

fix(android): specify export mode on BroadcastReceivers #238

Closed santhoshvai closed 6 months ago

santhoshvai commented 6 months ago

fixes #235

This PR introduces Android targetSdk 34 (Android 14) support.

Without this PR, devices running Android 14 will crash if the app using this dependency is using targetSdk=34.

santhoshvai commented 6 months ago

cc @saghul @zxcpoiu for visibility