Files
WMS_Native/dynamic_vgalimenti/src/main/AndroidManifest.xml
GiuseppeS 996f5978e9 Implementato dynamic load module per VGAlimenti.
Implementato framework per gestire le path.
2019-02-08 19:10:32 +01:00

13 lines
389 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:onDemand="true"
dist:title="@string/title_dynamic_vgalimenti">
<dist:fusing dist:include="true" />
</dist:module>
</manifest>