最近项目遇到个问题,app切换到后台后,app并没有在最近列表中显示。 问题在于,我把启动Activity设置了 android:excludeFromRecents="true" 属性 把该属性设为 false就行了