Bug fixes, UI flow improvements.

Bug: 3173067 - Auto timezone checkbox out of sync with dependency
Bug: 3175116 - Crash when launching Manage Accounts screen
Move "Add Account" to a menu item from a button at the bottom.
This commit is contained in:
Amith Yamasani
2010-11-08 14:28:05 -08:00
parent 38f8a1d0fa
commit ea07165ef2
4 changed files with 34 additions and 36 deletions

View File

@@ -192,4 +192,5 @@ public class Settings extends PreferenceActivity {
public static class DockSettingsActivity extends Settings { }
public static class RunningServicesActivity extends Settings { }
public static class VoiceInputOutputSettingsActivity extends Settings { }
public static class ManageAccountsSettingsActivity extends Settings { }
}