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.
如果我使用 BroadcastReceiver 触发 Activity 并唤醒手机,该 Activity 是否可以在不点亮屏幕的情况下完成其工作?我无法使用服务,因为在我的应用程序中有一些仅在活动中支持的功能。
这是不可能的。活动被暂停或停止,这意味着它不能运行任何东西。您想使用哪些功能?也许它是另一种方式。