Why is my BroadCast Receiver not working?

前端 未结 6 983
礼貌的吻别
礼貌的吻别 2021-01-21 16:03

I am learning about BroadCast Receivers. What I am trying to achieve with the following piece of code is, I would like to see a toast when I switch to airplane mode, where the a

6条回答
  •  甜味超标
    2021-01-21 16:44

    So I just found the solution to my problem above. I changed

    
    

    to

    
    

    (Without the '.' at the beginning of name. Hope it helps a stranded one!

提交回复
热议问题