Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当Android应用程序在后台运行并且我们长按“主页”按钮时,如何禁用/替换我们看到的图像?由于安全问题,我需要禁用此图像。
只需将其从清单中的最近更新中排除或使用 启动您的活动FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS。
FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS
要从清单中执行此操作,您需要显式添加android:excludeFromRecents="true"到每个<activity>标签。
android:excludeFromRecents="true"
<activity>