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
While running and opening the app in android auto, I am getting the error
RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
Steps to reproduce the behavior:
Run the application
Open DHU, app will be visible in there
Open the app
Turn on the debug mode
App should be displayed with HTML part instead of this error
I have attached a few screenshots below
Device: [Samsung S21FE/ DHU ]
OS version [Android 13]
RNCarPlay version 2.4.0-beta.2
This Issue was caused by the absence of RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag which was introduced in Android 13 and is mandatory.
While running and opening the app in android auto, I am getting the error
RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
Steps to reproduce the behavior:
App should be displayed with HTML part instead of this error
I have attached a few screenshots below
This Issue was caused by the absence of RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag which was introduced in Android 13 and is mandatory.
https://stackoverflow.com/questions/77235063/one-of-receiver-exported-or-receiver-not-exported-should-be-specified-when-a-rec
Please incorporate this to https://github.com/birkir/react-native-carplay/blob/master/packages/react-native-carplay/android/src/main/java/org/birkir/carplay/CarPlaySession.kt
Line No:39
The text was updated successfully, but these errors were encountered: