A
A
Alex2019-02-20 21:41:00
Android
Alex, 2019-02-20 21:41:00

How to hide app image when minimized?

What is the name of the picture that is created when you minimize the application? Is it used to display an application in the list of background programs? How can you prevent the creation of such an image?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Zagaevsky, 2019-02-20
@Kozack

getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);

in onCreate Activity

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question