Beispiel #1
0
        public static void ResetSettings()
        {
            ApplyDefaultSettings();

            sSettings = null;

            FunFactor.ApplyFunFactor();

            ApplySettings();

            StartAlarms();
        }
Beispiel #2
0
 public void ApplyLegacySetting(PersistedSettings.Settings oldSetting)
 {
     // Convert from old class to new class
     mSettings[oldSetting.mName] = new ITUNSettings(oldSetting);
 }