how does whatsapp service gets restarted even if i force stop app?

后端 未结 4 1737
星月不相逢
星月不相逢 2020-12-12 19:39

I am running whatsapp (we could call it appX from now on) in device A. I go to manage applications -> force close so appX gets closed and i no longer see appX as running ser

4条回答
  •  执笔经年
    2020-12-12 20:11

    i dont have idea about whatsApp service.

    But it is possible that after force stop application, restart service of app.

    i use START_STICKY service for my chatApp. i have to do same thing so i use START_STICKY service so when my app kill or force stop from setting, after few second my service get restart and i able to login to my xmpp server and get incoming message.

提交回复
热议问题