How to create background services for android Oreo without notifications like social networking applications Facebook, Messenger, Zalo

后端 未结 4 915
轻奢々
轻奢々 2021-01-28 16:05

I see some applications like Messenger, Zalo do not need notifications but still work in the background. How to do it. The devices I use are Xiaomi A1 (Android 8) and Nokia 6.1

4条回答
  •  萌比男神i
    2021-01-28 16:15

    No, you cannot start a service to work in the background when app is not in the foreground without showing the foreground notification API >= Oreo. I suggest you use WorkManager, a convenient lib for background tasks without foreground notification. Check it out there: Work manager

提交回复
热议问题