15 lines
440 B
XML
15 lines
440 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:dist="http://schemas.android.com/apk/distribution"
|
|
package="it.integry.wms.dynamic_customization">
|
|
|
|
<dist:module
|
|
dist:instant="false"
|
|
dist:title="@string/title_dynamic_saporiveri">
|
|
<dist:delivery>
|
|
<dist:on-demand />
|
|
</dist:delivery>
|
|
<dist:fusing dist:include="true" />
|
|
</dist:module>
|
|
</manifest>
|
|
|