Question

Basically what I want to do is, I have an app which works like a store platform like Google play store. So that you can install any app through my app into your device. Say, I have set of 5 apps in the store as a bundle where all the apps has same set of permissions required from the user. Is there a way where I can download all the 5 apps simultaneously without prompting the user 5 times regarding the permission before installation?

I am not sure whether it violates any Android policy. On the other hand I know that if you try to access any resource without the appropriate permission, it will throw run time exception. Is there a way to overcome this? And I don't want to root the phone on any case.

Was it helpful?

Solution

Is there a way where I can download all the 5 apps simultaneously without prompting the user 5 times regarding the permission before installation?

Not without root.

Is there a way to overcome this?

No.

I am not sure whether it violates any Android policy

If you were planning on distributing this app through the Play Store, please hire an attorney and have that attorney review the developer distribution agreement, particularly paragraph 4.5.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top