I have an IntentService that starts an asynchronous task in another class and should then be waiting for the result.
IntentService
The problem is that the IntentSer
IntentSer
You are doomed without changing MyOtherClass.
MyOtherClass
With changing that class you have two options:
Thread
runAsynchronousTask()
join()