Hi everyone,
Disclaimer: The app I’m developing will not be published on the Play Store.
I’ve a WatchDog app (WD) that launches the Main app (M) with which the users actually interacts.
The goal is to be able to update M.
The idea is to download the new apk file in a folder through M itself, and then WD should throw the intent to install an apk by using the one just downloaded by M (so the folder must be accessible by both).
But I saw that is not so easy anymore… is there any way? If not, what is the right way to do something like that nowadays?
thanks in advance