Zoom android sdk integration in android dynamic feature module

Hi @ativsoftware,

We still do not have any plans to add support for dynamic modules in the future.

Thanks!

Were you able to figure this out? Even I’m getting the same issue.

Hi @ashutosh.singh,

The Android SDK still does not have plans to add support for dynamic modules.

Thanks!

Any updates on this so far? Does zoom now support dynamic delivery for Android?

Hi,
Any updated plans on when does zoom support dynamic delivery for Android?

Hi,

We are also very interested in when this capability is expected to be supported.

Thanks in advance

@jon.zoom It appears v5.17.5 introduced “dynamic_sample” example in SDK zip. However trying to run it using local test will return following error

android.content.res.Resources$NotFoundException: Resource ID #0x7e0803e0
at android.content.res.ResourcesImpl.getValueForDensity(ResourcesImpl.java:285)
at android.content.res.Resources.getDrawableForDensity(Resources.java:964)
at android.content.res.Resources.getDrawable(Resources.java:880)
at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:370)
at android.graphics.drawable.Icon.loadDrawable(Icon.java:323)
at android.graphics.drawable.Icon.loadDrawableAsUser(Icon.java:434)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:487)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:471)
at com.android.systemui.statusbar.StatusBarIconView.updateDrawable(StatusBarIconView.java:433)
at com.android.systemui.statusbar.StatusBarIconView.set(StatusBarIconView.java:393)
at com.android.systemui.statusbar.notification.collection.NotificationEntry.createIcons(NotificationEntry.java:381)
at com.android.systemui.statusbar.notification.collection.NotificationRowBinderImpl.inflateViews(NotificationRowBinderImpl.java:143)
at com.android.systemui.statusbar.notification.NotificationEntryManager.addNotificationInternal(NotificationEntryManager.java:413)
at com.android.systemui.statusbar.notification.NotificationEntryManager.addNotification(NotificationEntryManager.java:434)
at com.android.systemui.statusbar.NotificationListener.lambda$onNotificationPosted$1$NotificationListener(NotificationListener.java:135)
at com.android.systemui.statusbar.-$$Lambda$NotificationListener$NvFmU0XrVPuc5pizHcri9I0apkw.run(Unknown Source:6)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:8167)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)