从最近的应用程序关闭应用程序后,在后台联网

时间:2018-10-06 07:25:11

标签: android android-service

我想在应用关闭时获取并发送一些数据,我已经提供了前台服务,但是不知道在哪里可以使用改造来使其运行。 我还看到了制作前台应用程序的教程,我能够制作在后台运行一段代码的应用程序,但是如何执行联网。

code of foreground app

1 个答案:

答案 0 :(得分:0)

最好使用JobServiceJobScheduler安排您的工作。使您的改造工作在TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ 'django.template.context_processors.debug', 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'path.to.processor.contact_details' ], }, }, ] 中进行(不要忘记从此方法返回onStartJob)。另外,别忘了致电true

或者您可以尝试新的WorkManager