After android 4.0, turn off the boot broadcast

In am/ActivityManagerService.java finishbooting()
Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED, null);

// Add below, so that applications that have not been started can also receive the boot broadcast
intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326081242&siteId=291194637