OSDN Git Service

Make sure to kill restore-at-install full-data targets after restore
authorChristopher Tate <ctate@google.com>
Thu, 20 Aug 2015 19:30:50 +0000 (12:30 -0700)
committerChristopher Tate <ctate@google.com>
Thu, 20 Aug 2015 22:08:55 +0000 (15:08 -0700)
commitddc2536d2b6f277a7828278a066be874e4f9502e
treee7a47c1f7e157a18f71ce79b3f9f899dda00dfef
parent54c807e713c0d04134108b7d13e4abd467e318d5
Make sure to kill restore-at-install full-data targets after restore

Specifically: correctly distinguish the "I want to restore my own data"
case, in which the app is intentionally not killed, from the single-package
restore at install operation.

Bug 23357388

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