How to restart a killed service automatically?

后端 未结 3 578
死守一世寂寞
死守一世寂寞 2020-12-18 03:13

When a service has been killed, how to restart it automatically?

sometimes without even calling onDestroy()

3条回答
  •  执念已碎
    2020-12-18 04:07

    If you have your service killed, the system will try to restart it later. Read more.

提交回复
热议问题