Android Broadcast from Service To Activity

前端 未结 3 658
挽巷
挽巷 2020-12-16 14:00

I am trying to send a Broadcast from a service out to an Activity. I can verify the broadcast is sent from within the service, but the Activity doesn\'t pick up anything.

3条回答
  •  伪装坚强ぢ
    2020-12-16 14:39

    Try this two things:

    1. Use manifest file to register receiver(but it barely helps)
    2. Try make your Receiver a regular class, not inner one.

提交回复
热议问题