Redirection

public class Redirection

Classes that extend this one can be sent information when launched regarding where the user should be directed next.

Fields

LAUNCH_ON_FINISH_EXTRA

static final String LAUNCH_ON_FINISH_EXTRA

Key in android.content.Intent’s extras whose argument specifies the Class of the Activity to launch when finishing

See also: Intent.getExtras()

PASS_ON_FINISH_EXTRA

static final String PASS_ON_FINISH_EXTRA

Key in android.content.Intent’s extras whose argument specifies a android.os.Bundle whose contents will be passed as extras via the Intent called on finishing