How to run service in background every 10 minute?

后端 未结 5 1073
独厮守ぢ
独厮守ぢ 2021-02-10 03:04

I want to use a service that run in background indefinitely and call a method every 10 minute and its running even app killed

How to create it?

5条回答
  •  萌比男神i
    2021-02-10 03:41

    For "how to work with services", see
    Services - Android
    Services in Android - Vogella

    Here is a clear solution that focus on "every 10 minutes" part using AlarmManager: https://stackoverflow.com/a/10222390/2591556

提交回复
热议问题