Hi,
How can I disable the application manifest to avoid start unwanted services when I run AndroidJUnit4 tests?
I have custom manifest, application class, AndroidJUnitRunner because I use different di setup in tests.
But during test it starts a service which is crying for missing definition for a class which is used in service