I am working on an Android app that has two main projects:
- The main activity
- A service
These two projects are independent and I can't link them together.
I've tried Broadcast Receiver, Remote Service, Manifest permissions.. but it doesn't work. I know how to do it when they are in different packages and in the same project.
Has someone ever done something like this?