Android 方式处理任何应用程序/活动的启动
想知道是否有可能有一个 BroadcastcastReceiver 或其他东西来处理用户启动(请求启动)新应用程序的事实。
Wondering if there any possibility to have a BroadcastcastReceiver or something else to handle the fact that user started(requested to start) new application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,目前还没有这样的广播。您可以跟踪新进程,但是这会占用更多资源并且需要轮询。
As far as I know, there is no such broadcast. You can track new processes, but of cause that's more resource heavy and requires polling.