OSDN Git Service

Can now restore a subset of apps from historical dataset
authorChristopher Tate <ctate@google.com>
Thu, 7 Jul 2011 21:31:18 +0000 (14:31 -0700)
committerChristopher Tate <ctate@google.com>
Fri, 8 Jul 2011 19:28:48 +0000 (12:28 -0700)
commit284f1bb4daf77f7e6b688c0936dd4a31ec2e7c74
treed651aa41ee14b9137285163166b391badfe4cbe2
parent1d19c18f9bd66b2b4883f8ce33c04ff5c87dd881
Can now restore a subset of apps from historical dataset

Adds the ability to filter a restore of an historical dataset so that it
only restores certain apps' data regardless of what is actually present
in the dataset.  This is currently only used by the bmgr command-line tool,
for debugging / developer support.

Bug 2021590

Change-Id: I7685e5d609b0f5506f71d70c26410602bb387659
cmds/bmgr/src/com/android/commands/bmgr/Bmgr.java
core/java/android/app/backup/IRestoreSession.aidl
core/java/android/app/backup/RestoreSession.java
services/java/com/android/server/BackupManagerService.java