Class Settings
- java.lang.Object
-
- PreferenceActivity
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.Settings
-
public class Settings extends PreferenceActivity
-
-
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disableClearNotifications()
boolean
disableIfUnchecked(Preference target, CheckBoxPreference source)
void
disableLogCatLogging()
void
disableTLSOption()
void
onCreate(Bundle bundle)
protected void
onPause()
protected void
onResume()
void
setAlarmSettingAllowed()
void
setNotifySeverity()
void
setNotifyWarnings()
void
setShowWarningsInWidgetAllowed()
void
setUseMinMax()
-
-
-
Method Detail
-
onCreate
public void onCreate(Bundle bundle)
-
disableLogCatLogging
public void disableLogCatLogging()
-
disableClearNotifications
public void disableClearNotifications()
-
disableTLSOption
public void disableTLSOption()
-
setAlarmSettingAllowed
public void setAlarmSettingAllowed()
-
setShowWarningsInWidgetAllowed
public void setShowWarningsInWidgetAllowed()
-
setNotifyWarnings
public void setNotifyWarnings()
-
setNotifySeverity
public void setNotifySeverity()
-
setUseMinMax
public void setUseMinMax()
-
disableIfUnchecked
public boolean disableIfUnchecked(Preference target, CheckBoxPreference source)
-
onResume
protected void onResume()
-
onPause
protected void onPause()
-
-