Is there a way to change the thumbnail of an app in the android task switcher (long press on home button)

后端 未结 1 376
眼角桃花
眼角桃花 2020-12-16 07:50

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 pr

相关标签:
1条回答
  • 2020-12-16 08:19

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

    0 讨论(0)
提交回复
热议问题