Auto start on (re)boot

2020-06-05 1 min read
PROBLEM
BOOT

Problem

Everywhere Launcher does not start automatically after system boots.

Reason 1 - Impatience

Please wait a few minutes - the system itself decided when it informs my app about the fact that it has been booted. After the system informs my app about the boot it should start automatically.

Reason 2 - Special Devices

Some manufactures may change the android system in an undocumented way and do not respect the basic android rules - this could be for some special extra security for example. In this case you can only do following:

  • check for some system setting that allows/disallows apps from receiving the boot event
  • allow my app to receive this boot event

I would appreciate that you inform me about which device you use and how/where you could set up this special permission.