How can one distribute (install and run) multiple android apps (APKs) through a single application? The objective is that the user should download a single app once, and multiple apps should be launched from within this app (similar to a launcher).
There is also a need to provide role-based access for users to applications within the main application, and track statistics such as number of downloads, user trends etc. Is there any framework available to do this?