public abstract class RedirectableAppCompatActivity
extends AppCompatActivity
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
.Constructor and Description |
---|
RedirectableAppCompatActivity() |
Modifier and Type | Method and Description |
---|---|
protected void |
onDestroy()
Also uses the extras in the launching
Intent to decide which Activity to launch next |
protected void onDestroy()
Intent
to decide which Activity to launch nextRedirection