Answer the question
In order to leave comments, you need to log in
At what point is the screen to be displayed in the application stack?
When switching to another application, the application is closed by a code. I brought out the pin input fragment in onPause, it is clear that when switching it is displayed, but for some reason the working fragment of the application remains in the application list, which should not be visible.
Can you advise?
Answer the question
In order to leave comments, you need to log in
Set FLAG_SECURE for the activity.
getWindow().setFlags(LayoutParams.FLAG_SECURE,
LayoutParams.FLAG_SECURE);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question