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
I'm getting the following crash on Android 14 (API 34):
java.lang.SecurityException: com.example.test_app: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
The crash happens on calling arduino.setArduinoListener(listener).
I'm getting the following crash on Android 14 (API 34):
java.lang.SecurityException: com.example.test_app: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
The crash happens on calling
arduino.setArduinoListener(listener)
.Reference: https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported
The text was updated successfully, but these errors were encountered: