public class Prefs
extends PreferenceActivity
AIRS_settings_tab| Constructor and Description |
|---|
Prefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
void |
onDestroy()
Called when the activity is destroyed
|
boolean |
onOptionsItemSelected(MenuItem item)
Called when an option menu item has been selected by the user
|
boolean |
onPrepareOptionsMenu(Menu menu)
Called when the Options menu is opened
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic void onDestroy()
public boolean onPrepareOptionsMenu(Menu menu)
menu - Reference to the Menupublic boolean onOptionsItemSelected(MenuItem item)
item - Reference to the MenuItem clicked on