Android Question Create an autobooting background service like WhatsApp

Alessandra Pellegri

Active Member
Licensed User
Longtime User
Hello,
I read somewhere in this forum that Android doesn't allow autobooting for background services. So how may I create something like WhatsApp ?

Thank you
 

DonManfred

Expert
Licensed User
Longtime User
Whatsapp does not use any service which runs at boottime...
Whatsapp is using FCM

If you want to start your service at boot time.. Use a service other than the starter service and set start at boot to true here.
 
Upvote 0
Top