A dynamic feature module's (DFM) title has to be set in its manifest's dist:module tag like so:
<dist:module dist:title="@string/my_module_name">
...
</dist:module>
In the example above, the string resource my_module_name must be included into the base module. The reason is that the string may be referenced before the DFM is installed, e.g. in an install confirmation dialog (see [1] for more details).
Find a way to share such a string resource between the base module and the DFM and allow the reference in the DFM's manifest.
[1] https://developer.android.com/guide/app-bundle/configure
Comment 1 by tiborg@chromium.org
, Aug 7