Closed lseth03 closed 2 months ago
Hello @lseth03, apologies for the delayed response here. We are aware of this issue and are internally working on a fix which should be available soon.
This has been fixed in the 10.4.1 release
Follow the guidance to configure the dynamic module with 10.4.1.
Dynamic feature module's activity crashes the application at runtime
Summary
I'm trying to add a dynamic feature module to an application that uses Intune, and every time I launch a FragmentActivity subclass from the dynamic feature module I get the following crash. The activity works fine if the module is added as part of the main apk. Other classes of dynamic feature module can be accessed with no issue. The issue is only with the activity class. There is a similar issue already reported - https://github.com/msintuneappsdk/ms-intune-app-sdk-android/issues/93. Please investigate and provide a solution for this.
Activity name - com.adobe.scansdk.ARScanSDKActivity
To Reproduce
Add a new FragmentActivity in a dynamic feature module and access it from base app. The call to dynamic feature's activity throws a runtime exception.
Details
AndroidX Dependencies
If your app includes any AndroidX libraries, please list them here, along with the version info:
androidxCore = "1.10.1" androidxLifecycle = "2.4.1" androidxWorkManager = "2.8.1" androidxNavigation = "2.5.2" androidxStartupRuntime = "1.1.0" androidxDatastore = "1.0.0" androidxAnnotation = "1.7.1"
Third-Party Library Dependencies