What is the best practice to deliver data from one app to another app?
Assuming APP "A" calls APP "B" to deliver some infos.
App "B" is startet and a user navigates through activities. Now the activity stack has 10 activities opend and the result for APP "A" is ready in activity 10 within app "B".
What is the best practice to close APP "B" with all open activities and return the result?