es.cesar.quitesleep.subactivities
Class SmsSettings
java.lang.Object
Activity
es.cesar.quitesleep.subactivities.SmsSettings
public class SmsSettings
- extends Activity
- Author:
- Cesar Valiente Gordo
Method Summary |
void |
onClick(View view)
|
void |
onCreate(Bundle savedInstanceState)
|
protected Dialog |
onCreateDialog(int id)
Create the activity dialogs used for it |
protected void |
onPrepareDialog(int idDialog,
Dialog dialog)
This function prepare the dalogs every time to call for some of this |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
smsEditTextId
final int smsEditTextId
- See Also:
- Constant Field Values
saveSmsButtonId
final int saveSmsButtonId
- See Also:
- Constant Field Values
smsServiceToggleButtonId
final int smsServiceToggleButtonId
- See Also:
- Constant Field Values
SmsSettings
public SmsSettings()
onCreate
public void onCreate(Bundle savedInstanceState)
onClick
public void onClick(View view)
onCreateDialog
protected Dialog onCreateDialog(int id)
- Create the activity dialogs used for it
- Parameters:
id
-
- Returns:
- the dialog for the option specified
- See Also:
Dialog
onPrepareDialog
protected void onPrepareDialog(int idDialog,
Dialog dialog)
- This function prepare the dalogs every time to call for some of this
- Parameters:
int
- dialog
-