Closed pcanas closed 2 years ago
We use getLaunchIntent(), would there be an alternative intent to call to perform what you are describing?
I have been researching, and I did not find anything convincing that would not require minimum coordination between the third party and Clarius' development teams. Therefore, I will use your current approach and adapt it so that it works for our use case. Thanks for your help!
I realized that once our app is connected with the Clarius app, the latter modifies its upper-right icon that, when clicked, goes back to our application (see image attached below).
I'd like to customize the return activity once this button is clicked, since it looks to me that it goes back to the LAUNCH activity and I'd like it to resume from the point where I left it. Would this be possible?