FileDocCategorySizeDatePackage
ForwardTarget.javaAPI DocAndroid 1.5 API1184Wed May 06 22:41:08 BST 2009com.example.android.apis.app

ForwardTarget

public class ForwardTarget extends android.app.Activity
Example of removing yourself from the history stack after forwarding to another activity.

Fields Summary
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle savedInstanceState)

        super.onCreate(savedInstanceState);

        setContentView(R.layout.forward_target);