1

I want to launch my application (Main Activity is a launcher activity) automatically as soon as app installation finished for the first time. I already go through some related posts which are mostly "starting a background service" when app installed.

I just want to launch app automatically without user interaction for first time. If there is no direct and easy way to accomplish this, can we do this by any other method using 3rd party API or so?

Any assistance will be highly appreciated!

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
Wasif Hamdani
  • 118
  • 11

1 Answers1

0

Since Android 3.1+ this is not possible due to that all installed applications remain inactive after installation. the application activation could be done manually by the user.

Matan Tubul
  • 774
  • 3
  • 11
  • 33