How can i create a service which keep running always in background and also get started when device is turned on.
4 views
Skip to first unread message
Feroz Siddiqui
unread,
Nov 4, 2018, 5:29:34 PM11/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Query
How can i create a service which keep running always in background and also get started when device is turned on. Do anyone has a sample of it. How to properly handled all scenario for this requirement. I want my service to keep running and get started on device boot completed. If it gets killed manually it get started automatically.