0
点赞
收藏
分享

微信扫一扫

Android属性之excludeFromRecents

狗啃月亮_Rachel 2023-03-28 阅读 139


android:excludeFromRecents控制在不在recent列表中显示。

true时不显示;false显示,默认。

运行如下activity后,不会显示在recent列表中。

<activity
             android:name="com.example.com.test.wgh.MainActivity"
             android:label="@string/app_name" 
             android:excludeFromRecents="true">

举报

相关推荐

0 条评论