All examples of how to start a service on boot uses the deprecated way with manifest registered broadcast receivers. But now broadcast receivers can only be context registerd. So my question is how to start a service on boot?
All examples of how to start a service on boot uses the deprecated way with manifest registered broadcast receivers. But now broadcast receivers can only be context registerd. So my question is how to start a service on boot?