In my application I need to install group of another applications. My idea is install them one by one in such a way:
1) Install first application
2) In onResume
check if there are applications to install. If yes, install current application and go to 2 again.
Is there a better way?