app-bundle-samples icon indicating copy to clipboard operation
app-bundle-samples copied to clipboard

Showcase APK fusing in the sample

Open pfmaggi opened this issue 7 years ago • 2 comments

Given that Splits have been introduced in API Level 21, when Play delivers an Android App Bundle to a device running KitKat or older OS it implements APK Fusing as explained at step 6.c. of the dynamic features module docs.

Would be helpful to show in this sample how to gracefully allow an application, using dynamic features module, to target API Level 19 and lower using the fusing directive:

<dist:module
    ...
    <dist:fusing dist:include="true" />
</dist:module>

pfmaggi avatar Dec 04 '18 17:12 pfmaggi