OSDN Git Service

Maintain transport connection through package updates
authorChristopher Tate <ctate@google.com>
Wed, 20 Aug 2014 00:05:31 +0000 (17:05 -0700)
committerChristopher Tate <ctate@android.com>
Thu, 21 Aug 2014 00:25:53 +0000 (00:25 +0000)
commitb2707afb0cbf955952d313e4c75fd3bfd3a35e98
treefce93b3840aae1c6d96558dcef0f7633c2e2052b
parent827296b7dd6689c14df1340f21a85e1f2f8d6844
Maintain transport connection through package updates

When a package is updated, existing bindings to that package's
services are severed and must be manually re-established.  Now
that the transport can be updated outside the system per se,
make sure that we detect these cases and rebind as needed.

Bug 16139912

Change-Id: I5d6fa75bb86484f8f7d4f8e93c9157773995e6a7
services/backup/java/com/android/server/backup/BackupManagerService.java