public class AIRS_shortcut
extends Activity
AIRS_restore| Constructor and Description |
|---|
AIRS_shortcut() |
| Modifier and Type | Method and Description |
|---|---|
void |
onActivityResult(int requestCode,
int resultCode,
Intent data)
Called when called
Activity has finished. |
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
void |
onDestroy()
Called when the activity is destroyed.
|
void |
onRestart()
Called when the activity is restarted.
|
void |
onStop()
Called when the activity is stopped.
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic void onRestart()
public void onStop()
public void onDestroy()
public void onActivityResult(int requestCode,
int resultCode,
Intent data)
requestCode - ID being used when calling the ActivityresultCode - result code being set by the called Activitydata - Reference to the Intent with result data from the called Activity