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!