Slackbot
05/10/2022, 5:04 PMChrimaeon
05/10/2022, 5:37 PMNote: If you want to test downloading and installing feature modules on demand, you must do so after you publish your app bundle and then use the Play Console internal test track. To learn more, read Upload your app bundle to the Play Console.
Lisandro Di Meo
05/10/2022, 5:42 PMChrimaeon
05/10/2022, 5:44 PMLisandro Di Meo
05/10/2022, 5:48 PMChrimaeon
05/10/2022, 5:52 PMChrimaeon
05/10/2022, 5:53 PMCreates a fake implementation of the SplitInstallManager.
This implementation is self-contained and obtains splits from a specified directory, which can be populated passing the --local-testing flag to bundletool build-apks and using bundletool install-apks to install the app.
If you are not using --local-testing, you should use the alternative factory method and provide the local module directory explicitly.
It is provided for testing, e.g. checking sequences of events when installing dynamic features and additional languages. It is suitable for use in integration tests.