summaryrefslogtreecommitdiffstats
path: root/core/java/android/backup
Commit message (Expand)AuthorAgeFilesLines
* Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-202-16/+19
* Remove unnecessary code.Marco Nelissen2009-05-141-3/+0
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-144-24/+41
* More backup testsJoe Onorato2009-05-073-0/+152
* Track install/removal/update of packages that provide backup servicesChristopher Tate2009-05-061-1/+1
* Pass null as savedState to indicate a full backup is requiredChristopher Tate2009-05-061-8/+7
* Add a Backup Manager interface to request a full backupChristopher Tate2009-05-061-1/+7
* Add a test app for the backupJoe Onorato2009-05-051-1/+1
* Squashed commit of the following:Christopher Tate2009-05-042-33/+44
* Hide the backup stuff for nowChristopher Tate2009-04-302-8/+17
* Add android.backup.BackupManagerChristopher Tate2009-04-303-2/+85
* First baby steps towards settings backupChristopher Tate2009-04-293-0/+191