3

is there a way to hide / mask the thumbnail of an activity proposed in the task switcher ? By task switcher, I mean the menu that displays active applications with a long press on the home button.

Thanks in advance !

Snicolas
  • 37,840
  • 15
  • 114
  • 173

1 Answers1

5

You can override Activity.onCreateThumbnail() to do this.

Joe
  • 14,039
  • 2
  • 39
  • 49