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.
我希望能够在从 Play 商店安装应用程序时立即激活广播接收器。做这个的最好方式是什么?
任何版本的 Android 都不支持此功能。而且,在 Android 3.1+ 上,您的任何BroadcastReceivers 都不会运行,直到某些东西明确运行您的组件之一,例如用户从主屏幕的启动器启动您的活动。
BroadcastReceiver