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
the following error occurs whenever receiving call in Android 14 platform phone.
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified
References
Registering receivers with intention using the RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag was introduced as part of Android 13 and is now a requirement for apps running on Android 14 or higher (U+).
It seems that it should be applied for callkeep's registering receivers.
java.lang.SecurityException: <packageName>: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
The text was updated successfully, but these errors were encountered:
taekeun-two
changed the title
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified in Android 14 when receiving call after upgrading react native 0.73
[Android] One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified in Android 14 when receiving call after upgrading react native 0.73
May 27, 2024
taekeun-two
changed the title
[Android] One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified in Android 14 when receiving call after upgrading react native 0.73
[Android] One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when receiving call when targetSDK is 34
Jul 10, 2024
taekeun-two
changed the title
[Android] One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when receiving call when targetSDK is 34
[Android] One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when receiving call when targetSdkVersion is 34
Jul 10, 2024
Initially I thought that it's callkeep's code, but finally I found that the error comes from react-native-incall-manager. I'm so sorry for wrong error report.
In react-native-incall-manger latest v4.2.0 , this problem was fixed.
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
After upgrading
0.72.X
and Expo49
,0.73.X
and Expo50
,the following error occurs whenever receiving call in Android 14 platform phone.
References
Registering receivers with intention using the
RECEIVER_EXPORTED
/RECEIVER_NOT_EXPORTED
flag was introduced as part of Android 13 and is now a requirement for apps running on Android 14 or higher (U+).It seems that it should be applied for callkeep's registering receivers.
Steps to Reproduce
Versions
Logs
The text was updated successfully, but these errors were encountered: