public class Redirection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String |
LAUNCH_ON_FINISH_EXTRA
Key in
Intent 's extras whose argument specifies the Class of the
Activity to launch when finishing |
(package private) static java.lang.String |
PASS_ON_FINISH_EXTRA
Key in
Intent 's extras whose argument specifies a
Bundle whose contents will be passed as extras via the Intent called on
finishing |
Constructor and Description |
---|
Redirection() |
static final java.lang.String LAUNCH_ON_FINISH_EXTRA
Intent
's extras whose argument specifies the Class of the
Activity to launch when finishingIntent.getExtras()
,
Constant Field Valuesstatic final java.lang.String PASS_ON_FINISH_EXTRA
Intent
's extras whose argument specifies a
Bundle
whose contents will be passed as extras via the Intent called on
finishing