I have two applications, application 1 has several CRUDs, application 2 has several services and notifications.
When trying to start the Service by application 1, this is happening:
java.lang.SecurityException: Not allowed to start service Intent { cmp = com.example.luiz.servicelocation / .LocationService} without permission not exported from uid 10059
Would you like to start a service from my application 2 via a button in my application 1?