Adam Szewera
Adam Szewera
Check if you are disabling the screenshots in your activity/fragment with something similar to: ``` window.setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE) ``` as Instabug cannot circumvent this setting on its own.
> How does this relate to #2054? Doesn't look like preferences are involved here. > > With the previous way, only a single notification handler instance. Is it ok to...
> Please don't invest any more time in this for the moment! > > This is a big change, so lots of things to go wrong, and I don't have...