I am trying to test the Feature modules confirmation dialogue prompt. So as per Android docs, when the install request is made, we would get the REQUIRES_USER_CONFIRMATION state in the state listener, and then we have to invoke startConfirmationDialogForResult API.
But when I make an install request for the feature module, the feature module is downloaded without the REQUIRES_USER_CONFIRMATION state. How can we simulate this?
I am using Google Internal App sharing mode to test my App and also size of my feature module is greater than 50MB.