Start a service automatically when app installed to device [duplicate]
问题 This question already has answers here : How to start a Service when .apk is Installed for the first time (10 answers) Closed 5 years ago . I want to start a service automatically when the app is installed. Service is working properly after a launch or after a device boot. So, is it possible to launch a service after installation of the app? 回答1: Google shows the correct answer as the first hit so ... have you done some research on this? How to start a Service when .apk is Installed for the