0

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?

Mykhailo Granik
  • 368
  • 8
  • 23

1 Answers1

1

Your way looks good. But you need the user interaction for every installation, if the device is not rooted. Look here.

Community
  • 1
  • 1
Simulant
  • 19,190
  • 8
  • 63
  • 98