summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/BackupManagerService.java
AgeCommit message (Expand)Author
2013-11-19Harden against transiently unavailable backup transportsChristopher Tate
2013-11-14Handle backup transport registration dynamicallyChristopher Tate
2013-09-19Don't back up apps in the 'stopped' stateChristopher Tate
2013-09-16Don't assume that transport unbind == transport invalidChristopher Tate
2013-09-08Fix permission checks around setBackupEnabled()Christopher Tate
2013-08-11APIs for multiple external storage devices.Jeff Sharkey
2013-05-06Ensure install-during-restore is like install-then-restoreChristopher Tate
2013-03-25am 9fa57b74: am 2aee33c1: Merge "BackupManagerService files need new security...Geremy Condra
2013-03-26Merge "BackupManagerService files need new security labeling."Geremy Condra
2013-03-19am c9fe40ea: am 71558f1f: Merge "Fix times in debugging output to use H rathe...Elliott Hughes
2013-03-18Fix times in debugging output to use H rather than k.Elliott Hughes
2013-03-08DO NOT MERGE - Full backup/restore now handles OBBs sensiblyChristopher Tate
2013-02-21Be cool in backup/restore of apps that can't touch external storageChristopher Tate
2013-02-12For now enable backup/restore DEBUG logsChristopher Tate
2013-01-16Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani
2012-12-04BackupManagerService files need new security labeling.rpcraig
2012-11-08Remove extraneous logs.Dianne Hackborn
2012-10-24Merge "Fix the Backup Manager's uninstall tracking" into jb-mr1-devChristopher Tate
2012-10-23Fix the Backup Manager's uninstall trackingChristopher Tate
2012-10-22System server should always send broadcasts to a specific or all usersAmith Yamasani
2012-10-17Sanity-check erroneous backup agent instantiationsChristopher Tate
2012-09-27Full (local) restore security changesChristopher Tate
2012-09-25Update references to migrated global settings.Jeff Brown
2012-09-11Include user identifier in external storage paths.Jeff Sharkey
2012-09-07Sanity-check existence of restore agentChristopher Tate
2012-08-31Remove Binder.getOrigCallingUid().Dianne Hackborn
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-08-13Don't back up / restore non-primary users' dataChristopher Tate
2012-05-17Eliminate "backup enabled but not provisioned" failure modesChristopher Tate
2012-04-26Protect system services with DUMP permission.Jeff Sharkey
2012-03-27Fix uninstallation tracking in the Backup ManagerChristopher Tate
2012-03-23Don't crash when wiping backup data redundantly in the local transportChristopher Tate
2012-03-23Merge "Deal gracefully with fatal exceptions during full backup"Christopher Tate
2012-03-23Deal gracefully with fatal exceptions during full backupChristopher Tate
2012-03-23Sanity-check backup agent name prior to instantiationChristopher Tate
2012-02-03Multi-user - 1st major checkinAmith Yamasani
2012-01-20Fix shared-storage full backupChristopher Tate
2012-01-18Fix edge cases leading to backup hanging foreverChristopher Tate
2012-01-12Streamline package-installed handling by the Backup ManagerChristopher Tate
2011-10-13Require device encryption password to perform adb backup/restoreChristopher Tate
2011-10-10Gracefully handle "needs init" transport errors at finishChristopher Tate
2011-10-05Prevent concurrent backup operationsChristopher Tate
2011-10-04Add -nosystem flag to adb backupChristopher Tate
2011-09-29Enforce DUMP permission on BackupManagerService's dump() methodChristopher Tate
2011-09-26am 7462251b: Merge "Don\'t hang in restore if the transport reports failure" ...Christopher Tate
2011-09-26Use the new INSTALL_FROM_ADB Package Manager flag...Christopher Tate
2011-09-26Don't hang in restore if the transport reports failureChristopher Tate
2011-09-15Don't do full backup/restore before setupChristopher Tate
2011-09-12Move full backup/restore onto dedicated threadsChristopher Tate
2011-09-07Turn off MORE_DEBUG logspamChristopher Tate