0

I have a problem when I code project by Android Studio which is like that: When we use us apps, if we click into Recent apps button, our apps will be minimize and we can see almost information of Apps. And now, I would like when click into Recent Apps button, we can not see any information and it will become into a picture, or background color. and maximize it become normal. Can anyone give me a suggestion some keyword or guide. Thanks all.

Ankush Bist
  • 1,862
  • 1
  • 15
  • 32

1 Answers1

0

Try adding in your onCreate

    getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
Prexx
  • 2,959
  • 5
  • 31
  • 48