Currently, the OboeTester foreground service declares that its service types are both media playback and microphone, regardless of what activity is used.
Test Input and Test Output should be different service types when using a foreground service. This PR makes this change. This allows us to undo an confusing commit #2100.
Currently, the OboeTester foreground service declares that its service types are both media playback and microphone, regardless of what activity is used.
Test Input and Test Output should be different service types when using a foreground service. This PR makes this change. This allows us to undo an confusing commit #2100.
Fixes #2105