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 行为,当用户通过按主页按钮将应用程序移至后台时,在启动器图标上点击应用程序将从其进入后台的位置恢复。我想在我的应用程序中使用不同的行为,我想在用户点击启动器图标时重新启动启动器活动,无论应用程序是否在后台。有什么建议么?
只需在您的启动器活动中设置它
android:clearTaskOnLaunch="true"