What is the best approach to set application specific details when we switch between applications
Currently, we are setting all the necessary info for the application in ApplicationProfileSetup Activity, but it's being executed for every new thread created on the same application in the same requestor context. we don't want it to be running for every thread created.
Wanted to check if there are any different/better approaches for setting application specific details to which we are switching when we switch between multiple applications.