summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsUpgradeReceiver.java
Commit message (Expand)AuthorAgeFilesLines
* No longer need to take care of pre boot msg.Dianne Hackborn2015-01-291-5/+0
* Auto-update ContactsDB on ICU version changeJay Shrauner2013-03-041-13/+20
* Don't manually close the database.Makoto Onuki2012-03-071-2/+0
* Separate the profile out into a separate database.Dave Santoro2011-08-301-0/+4
* Add boot message when upgrading database.Dianne Hackborn2011-08-221-3/+12
* Use new SharedPreferences$Editor.apply() instead of commit().Brad Fitzpatrick2010-08-301-1/+2
* Add a PRE_BOOT_COMPLETED receiver.Jeff Hamilton2010-05-261-0/+82