RedirectableAppCompatActivity¶
-
public abstract class
RedirectableAppCompatActivityextends AppCompatActivity¶ Superclass for all classes that support redirection instructions from the activity they are launched from. For instance, if
AlaunchesB, which is a subclass ofRedirectableAppCompatActivity,Acan giveBinstructions to launchCwhen it finishes. If insteadZlaunchesB, it can giveBinstructions to next launchX.
Methods¶
onDestroy¶
-
protected void
onDestroy()¶ {@inheritDoc} Also uses the extras in the launching
Intentto decide which Activity to launch nextSee also:
Redirection