Search code examples
androidbroadcastreceiverreceiver

Start Android application at boot time without latency


I want to launch my application after boot completed. I followed steps in here. Now, the application starts after boot completed but it takes 1-2 seconds. It means I see default launcher screen for 1-2 seconds.

I don't want to see default launcher application. The my application must be run as soon as boot completed.

Could you help me ? Thanks.


Solution

  • the only way i can think of making this work is writing your own launcher.

    more information: How to make a launcher