SecurityException on Android14

Description
We encountered following exception when the zoom sdk is initialized with Android14(sdk version 34).

java.lang.SecurityException: xxx.xxxxxx: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn’t being registered exclusively for system broadcasts
at android.os.Parcel.createExceptionOrNull(Parcel.java:3057)
at android.os.Parcel.createException(Parcel.java:3041)
at android.os.Parcel.readException(Parcel.java:3024)
at android.os.Parcel.readException(Parcel.java:2966)
at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:5684)
at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1852)
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1792)
at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:767)
at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:767)
at com.zipow.videobox.broadcast.ZmConfBroadCastReceiver.a(ZmConfBroadCastReceiver.java:23)
at us.zoom.proguard.wb2.a(ZmConfUIStatusMgr.java:5)
at com.zipow.videobox.VideoBoxApplication.initAppForSDK(VideoBoxApplication.java:1)
at com.zipow.videobox.VideoBoxApplication.onSDKCreated(VideoBoxApplication.java:22)
at com.zipow.videobox.VideoBoxApplication.initializeForSDK(VideoBoxApplication.java:55)
at us.zoom.internal.impl.e.a(ZoomSDKImpl.java:62)
at us.zoom.sdk.ZoomSDK.initialize(ZoomSDK.java:1)

Which Android Meeting SDK version?
zoom-sdk-android-5.15.12.10095

Smartphone (please complete the following information):

  • Device:Pixel 7 Emulator
  • OS: Android 14(API 34)

@junya1001 Thanks for notifying this issue. Please use compileSdkVersion = 33 as mentioned in the prerequisites here. We will support 34 soon.

@ajitha3008
Thank you for your reply.
Oh, the Android sdk has not met Android14(sdkversion 34) yet.
We will wait for the future release.