Sep 6, 2018 · 1 min read
You cannot use any code in your dynamic feature modules directly from the base module. You need to use reflection for accessing your activity. So what you can try is to inject the activity using reflection.
You cannot use any code in your dynamic feature modules directly from the base module. You need to use reflection for accessing your activity. So what you can try is to inject the activity using reflection.