注册我的广播接收器运行时,一个应用程序启动?我的、接收器、应用程序

由网友(你会腻 我何必)分享简介:我要运行一些code,当一个应用程序启动,所以我的广播接收器时通知用户打开任何应用程序。I want to run some code when an app is launched, so my broadcast receiver has to be notified when user open any app...

我要运行一些code,当一个应用程序启动,所以我的广播接收器时通知用户打开任何应用程序。

I want to run some code when an app is launched, so my broadcast receiver has to be notified when user open any app.

有没有办法做到这一点?

Is there any way to do it?

推荐答案

没有,对不起,没有意图的应用程序启动时广播,也不是活动启动时。

No, sorry, there are no Intents broadcast when an application is started, nor when an activity is started.

阅读全文

相关推荐

最新文章