赞
踩
在程序入口界面的onCreate()方法添加如下代码即可
if ((getIntent().getFlags() & Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT) != 0) { finish(); return; }