flutter_zoom_sdk
flutter_zoom_sdk copied to clipboard
App Crash on Android Target SDK 31
This is my AndroidManifest.xml file under flutter_zoom_sdk/android/src/main
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. E/AndroidRuntime(13075): Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles. E/AndroidRuntime(13075): at android.app.ActivityThread.handleCreateService(ActivityThread.java:4500) E/AndroidRuntime(13075): at android.app.ActivityThread.access$1700(ActivityThread.java:247) E/AndroidRuntime(13075): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2072) E/AndroidRuntime(13075): at android.os.Handler.dispatchMessage(Handler.java:106) E/AndroidRuntime(13075): at android.os.Looper.loopOnce(Looper.java:201) E/AndroidRuntime(13075): at android.os.Looper.loop(Looper.java:288) E/AndroidRuntime(13075): at android.app.ActivityThread.main(ActivityThread.java:7839) E/AndroidRuntime(13075): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime(13075): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) E/AndroidRuntime(13075): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) E/AndroidRuntime(13075): Caused by: java.lang.IllegalArgumentException: com.nrichlearning.nrichmobile: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. E/AndroidRuntime(13075): Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles. E/AndroidRuntime(13075): at android.app.PendingIntent.checkFlags(PendingIntent.java:375) E/AndroidRuntime(13075): at android.app.PendingIntent.getActivityAsUser(PendingIntent.java:458) E/AndroidRuntime(13075): at android.app.PendingIntent.getActivity(PendingIntent.java:444) E/AndroidRuntime(13075): at android.app.PendingIntent.getActivity(PendingIntent.java:408) E/AndroidRuntime(13075): at us.zoom.sdk.SDKNotificationMgr.showConfNotificationForSDK(SDKNotificationMgr.java:10) E/AndroidRuntime(13075): at com.zipow.videobox.share.ScreenShareServiceForSDK.onCreate(ScreenShareServiceForSDK.java:3) E/AndroidRuntime(13075): at android.app.ActivityThread.handleCreateService(ActivityThread.java:4487)
Workin on fix
Any idea of release
@evilrat ....any updates on the end date?
@evilrat could you please let us know the status?