android - Whether pre-installed app will receive ACTION_BOOT_COMPLETED -


starting 3.1 when applications installed in “stopped” state not able run until user explicitly launches them. pressing force stop return them state.

does mean pre-installed app not receive action_boot_completed?

check here reference.

take @ release notes of android 3.1.

note system adds flag_exclude_stopped_packages broadcast intents.

additionally, system (pre-installed) apps not set stopped state, therefor receive intents.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -