Screen.OnRestoreFocus or some like this

Hello everyone,

I'm making an app that requires some security concepts.

In the most modern versions of Android, in general, when one activates the task manager to switch an active app, a "screenshot" of the state where each app was left active is presented to the eye.

I would need to know if there is any service, either native, or using an extension, that allows to do something like "Screen.OnRestoreFocus", so that when the app I am making is activated again, it will automatically go to some screen that I determine.

Is this possible?
Thank you very much!
David

You can try the ActivityChanged event from the tools extension

Taifun

WOW !!!
Is exactly i need !

Thanks a bunch!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.