RedirectableAppCompatActivity

public abstract class RedirectableAppCompatActivity extends AppCompatActivity

Superclass for all classes that support redirection instructions from the activity they are launched from. For instance, if A launches B, which is a subclass of RedirectableAppCompatActivity, A can give B instructions to launch C when it finishes. If instead Z launches B, it can give B instructions to next launch X.

Methods

onDestroy

protected void onDestroy()

{@inheritDoc} Also uses the extras in the launching Intent to decide which Activity to launch next

See also: Redirection