Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.

Assurance overlay on Android

Avatar

Level 1

Hi,

 

While integrating Assurance to our Android app, we faced a problem with assurance pin screen overlay being disappeared. While debugging, we found out that the assurance SDK runs AssuranceFullScreenTakeoverActivity, however due to our current multi activity setup, AssuranceFullScreenTakeoverActivity has been overtaken by other activity. Basically, in our current setup, we start with SplashActivity, then we switch to MainActivity. Looks like AssuranceFullScreenTakeoverActivity is squeezed between those.

 

Question is, is there any way to control when AssuranceFullScreenTakeoverActivity is launched? Or what you'd suggest to do in such multi activity setups.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Administrator

@hengat If you have successfully found a solution on your own, we kindly ask that you share it with the community for future reference and mark it as the correct answer.



Kautuk Sahni

Avatar

Level 1

No, we didn't find any solution, we somehow managed to make it work with certain flows in the app.