commit | 9b3905c4a25f2d785ce7535d1f2e1540b46bb561 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Mon Jun 08 15:24:01 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Mon Jun 08 16:01:24 2009 -0700 |
tree | 5a83d5f1c545317b3a087c2181b36f03f60cd790 | |
parent | b2df1699c996e62baa78877978cd2c5607ea4194 [diff] |
Revamp IRestoreSession a bit We now supply an array of RestoreSet objects instead of wacky Bundle shenanigans. Also, pushed beginRestoreSession() out to the BackupManager concrete interface class so that SetupWizard can use it. (beginRestoreSession() is @hide, non-privileged apps cannot use it. It's also guarded by android.permission.BACKUP enforcement.)