I am creating an Android application that depends on some other Android applications. So if these dependent applications do not yet exist on users' mobile devices, I would like to download them programmatically from the Play store. But during this process, I do not want the control to go to the Play store application (i.e. the activity of the Play store application should not be visible). Can I use some API or functions for this? I found two links, but I think that link But I think such a solution no longer works.
source
share