I would like to launch my app when my tablet starts, so that the main activity of my app is the first thing that the user see when they start the tablet.
I’ve read about LauncherActivity but I don’t understand how to use it.
Can anyone help me with suggestions, links or tutorials for this?
Is LauncherActivity the best way or are there alternatives?
I would like to launch my app when my tablet starts, so that the
Share
These lines of code may be helpful for you…
Step 1: Set the permission in AndroidManifest.xml
Step 2: Add this intent filter in receiver
Step 3: Now you can start your application’s first activity from
onReceivemethod of Receiver class