android.intent.action.BOOT_COMPLETED 和 android.intent.action.TIME_SET 在...上 您链接到的白名单 。那些广播应该像往常一样工作。
android.intent.action.BOOT_COMPLETED
android.intent.action.TIME_SET
android.intent.action.MY_PACKAGE_REPLACED 不是隐含的广播。它将仅通过显式“广播”到您的应用 Intent 。这应该像往常一样。
android.intent.action.MY_PACKAGE_REPLACED
Intent
也不 android.intent.action.QUICKBOOT_POWERON 也不 com.android.vending.INSTALL_REFERRER 是Android SDK的一部分,因此您需要研究那些定义和发送这些广播的人。
android.intent.action.QUICKBOOT_POWERON
com.android.vending.INSTALL_REFERRER