所以,我有一个应用程序 与一个活动 没有做任何事情 和两个类 扩展广播 接收器, 但那些从来没有注册 任何地方。
应用程序有权限
<action android:name="android.intent.action.BOOT_COMPLETED" />
but apart from that nothing is ever "started". Nevertheless the application shows up in the threads/ processes in Eclipse s LogCat after boot and the BroadcastReceivers receive the intents that they filter for.
- Does Android start every installed app in the background? Why is my app started after boot? - Are BroadcastReceivers active although they were not registered?
我找不到任何正式的证明