Clear all recent tasks Programmatically

前端 未结 4 1831
别跟我提以往
别跟我提以往 2020-12-11 23:27

I am trying to remove all recent tasks through a program. Before posting a question, I googled it, but no luck at all.

I tried to use ActivityManager.killBackg

4条回答
  •  囚心锁ツ
    2020-12-11 23:56

    Try this out in android manifest inside the launcher activity:

     android:excludeFromRecents="true"
    

提交回复
热议问题