BroadcastReceiver not working when I kill my application

后端 未结 2 1664
我在风中等你
我在风中等你 2020-12-06 06:32

I have noticed than whenever I manually kill my application by longpressing the back button of my cellphone my broadcast receiver stops working. The receiver is in charge of

2条回答
  •  無奈伤痛
    2020-12-06 07:18

    I know that some devices (like my ASUS) are deleting static receivers when you stop an application, yours is probably one of those. The only thing you can do is trying with emulator or other device.

提交回复
热议问题