summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/PackageManagerBackupAgent.java
Commit message (Expand)AuthorAgeFilesLines
* Workaround NPE caused by packages missing signatures.Jeff Brown2010-04-081-89/+83
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-3/+3
* Switch the services library to using the new SlogJoe Onorato2010-03-011-24/+24
* Remember which apps have available restore info in the ancestral datasetChristopher Tate2010-02-081-0/+15
* Remove DEBUG-only logging in metadata backup agentChristopher Tate2009-09-291-7/+3
* Try not to crash the system server because of corrupt restore dataChristopher Tate2009-09-101-0/+7
* Fix the metadata-available test during restoreChristopher Tate2009-07-071-0/+7
* Tighten up the metadata backup logicChristopher Tate2009-06-301-42/+94
* Don't issue a deletion for the global metadata backupChristopher Tate2009-06-291-1/+4
* Modify the IBackupTransport API to support bulk restore operations.Dan Egnor2009-06-241-9/+9
* Pass the originating app's versionCode along with a restore setChristopher Tate2009-06-221-1/+1
* Add some global metadata to the restore setChristopher Tate2009-06-221-84/+143
* Add app version to the backup metadataChristopher Tate2009-06-191-22/+47
* Store the app signatures as part of the backup setChristopher Tate2009-06-181-0/+267