我的应用程序是一个带闹钟类型的计时器应用程序。当计时器到期时,如果用户已导航离开,但应用仍在运行,我想将应用的主要Activity带回View。我显示我想放置必要代码的位置:publicclassMyCountextendsCountDownTimer{publicMyCount(longmillisInFuture,longcountDownInterval){super(millisInFuture,countDownInterval);}publicvoidonFinish(){/**codeheretobringtheappbacktothefront/topofstack,i