OSDN Git Service

Fix backup agent unbind
authorChristopher Tate <ctate@google.com>
Thu, 4 Jun 2009 22:00:33 +0000 (15:00 -0700)
committerChristopher Tate <ctate@google.com>
Thu, 4 Jun 2009 22:02:37 +0000 (15:02 -0700)
commit1885b37913181230c36d6485bdd389f89fa90f43
tree285579b79592713e35b8137efe8da85fdf8d0c53
parentb640da8fcbc63821dfca1ab92f038771a2bf0ab9
Fix backup agent unbind

The handwritten binder transaction passing wasn't propagating the agent-destroy
transaction to the client side.  Oops.

Also, remove obsolete run-one-agent code from the backup manager service.
core/java/android/app/ApplicationThreadNative.java
services/java/com/android/server/BackupManagerService.java