I have 10 apps that need installed and are located in the same device folder. I can use file explorer to install each individually or use an intent to install one at a time programmatically. Going through the list of apk files via a loop, the installation takes place for the first apk file it encounters, but then stops and I cannot cycle through the rest of the apk files to install. I do not know if this is doable. I do not mind all the prompts. I just want to avoid file manager and searching for each apk file to click.
Thank you
Thank you