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.
我是安卓新手。我创建了一个应用程序(AgentApp),它有一个活动和一个广播接收器。接收器的意图过滤器是android.intent.action.PACKAGE_ADDED。启动应用程序后,如果安装了任何其他应用程序,则接收器工作正常。
但我的疑问是当我的应用程序(AgentApp)被安装时,接收器没有在听它吗?
请参阅ACTION_PACKAGE_ADDED 文档。
广播动作:设备上已安装新的应用程序包。数据包含包的名称。注意新安装的包没有收到这个广播。