0

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?

S_S
  • 1,276
  • 4
  • 24
  • 47
  • 1
    '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).'. Multiple APK's give separate applications. – se_bastiaan Mar 17 '15 at 11:19
  • Agreed, the requirement is that there are different types of users for this application and each one needs to be granted access to a separate set of apps (based on functional role). What would be the way to do that? – S_S Mar 18 '15 at 03:11
  • In one app: multiple launcher activities. – se_bastiaan Mar 18 '15 at 22:42

1 Answers1

-1

You can add more main intents to the same APK and launch different activities Two launcher activities

Community
  • 1
  • 1
eduyayo
  • 2,020
  • 2
  • 15
  • 35