new Handler().postDelayed(new Runnable(){public void run(){startActivity(new Intent(xxxx.this, yyyy.class));finish();}},5000/*单位毫秒*/);System.exit(0);