I am trying to change the user interface before the user leaves the application (the user is in multitasking mode or switches to another application). To be more specific, when the user leaves the application, I want to add a full-screen view with the application logo.
I am using AppState for this.
In iOS, it works as expected: in an application with a multitasking view, the application becomes inactive and after switching to another state of the application goes into the background. When the state is inactive, I can still change the interface.
However, on Android, the state is either active or background. The problem is that in the background, I can no longer change the interface.
Is this a bug on Android? If not, what are my options for getting it to work on Android.
Thanks.
source share