AppManager icon indicating copy to clipboard operation
AppManager copied to clipboard

重启app至少要等4秒

Open docwei2050 opened this issue 8 years ago • 1 comments

使用AlarmManager来做重启优势是什么?

Intent intent = mContext.getPackageManager().getLaunchIntentForPackage(mContext.getPackageName()); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); mContext.startActivity(intent); 这个呢

docwei2050 avatar Nov 07 '17 07:11 docwei2050

你那里也没有处理任务栈,,,没有清空任务栈啊

docwei2050 avatar Nov 07 '17 07:11 docwei2050