there's an app A installed on on my phone. when I call a funcion in A ,app B get installed and started. (That means B hasn't been installed! I only have the apk file of B!)
during this, no asking for perminssion to install, making it seems only app A was running.
Is this possible?how do I write my app A?
background:what I'm tying to do is code offloading,letting B's compution migrantted to another phone with app A controlling this process smoothly.So that two phones can work together.