Finish an Activity

   

The Runnable passed to postDelayed will be executed by the main thread after a delay of 3 seconds. Then this activity kills itself.

Source code in Finish.zip

  1. FinishActivity.java
  2. main.xml
  3. AndroidManifest.xml

Things to try