Choose Android Service with same action

77 views Asked by At

We created two applications as a service. Both runs without problems when we start the service implicit from a third application. But we want the user to chooose which service should be started. Is there any way to create an AppChooser or something similar?

We added an activity to both services with an action to show the applications to the user. Is there any way to catch the clicked application, so we could start the service implicit?

0

There are 0 answers