keep application running in background

后端 未结 5 1199
暗喜
暗喜 2020-12-09 12:39

I want to keep my application running in background
I have an application that sends the user\'s location to our server
I have the following code:

pu         


        
5条回答
  •  -上瘾入骨i
    2020-12-09 13:00

    You can keep your application running in the background using Service

    I hope this link will help you

    Please read the documentation for further details

提交回复
热议问题