Called from activity launched through FieldModel.launchActivity(Intent intent, int requestCode) Allows extension the opportunity to handle any result from the now closed activity.
Syntax
public
void
onActivityResult
(
int
requestCode
,
int
resultCode
,
Intent
intent
)
Parameters
-
requestCode –
the integer request code that was supplied to the activity
-
resultCode –
the activity result
-
intent –
the means to get at the data