Two Service With The Same Intent Filter
I have two applications installed on my device,each with a service component in it and these two service has the same intent filter declaration,like this: <
Solution 1:
If there are more than 1 Service with the same intent-filter then Android OS randomly selects one of these Services and pass to it the intent.
Post a Comment for "Two Service With The Same Intent Filter"