在新 activity 中注销广播接收器

Unregister broadcast receiver in the new activity

我想问一下,在新的activity中是否可以注销广播接收器?。例如,我单击按钮,注册接收器,然后转到下一个 activity。在新 activity 中有一个按钮,我想取消注册此接收器并返回主 activity。有什么办法可以实现吗?

可以使用 Application class。编写方法在 Applicaiton class 中注册和取消注册接收器,并在 respected Activities

中调用它们