赞
踩
某天开发过程中,遇到了Android APP应用退到后台后再打开老是恢复到前台的现象,上网找了下原因是启动模式的问题,如设置了:
android:launchMode="singleInstance"
删除掉解决问题。