Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个注册的接收器AndroidManifest,但是当应用程序被杀死时它似乎无法接收意图,假设我对 Android 进程生命周期有一些误解?
AndroidManifest
谢谢你的帮助。
如果用户进入设置并强制停止您的应用程序,在 Android 3.1 及更高版本上,您BroadcastReceivers将不再工作。当您的应用程序首次安装时,您将返回到相同的状态——必须手动运行组件(例如,用户从主屏幕启动一个活动),然后您BroadcastReceivers才能再次工作。
BroadcastReceivers