一、startActivity 到另外一个actvity,如果不停止handler的话会一直运行。
一、需要在onDestroy或者onStop里面使用removeCallbacksAndMessages函数remove掉。