OSDN Git Service

Only invoke k/v helpers during k/v operations
authorChristopher Tate <ctate@google.com>
Tue, 12 Apr 2016 19:36:47 +0000 (12:36 -0700)
committerChris Tate <ctate@android.com>
Thu, 21 Apr 2016 01:11:06 +0000 (01:11 +0000)
commitc9e584b4228512173224900219cb71b3f7e21151
tree29d30f38e4bc6a1698b7fe1b5d5d7bde6cb62449
parent4d07c8891913a338d13ffe56133e24b0d167519f
Only invoke k/v helpers during k/v operations

In particular, don't try to call the k/v wallpaper restore helper's
onRestoreFinished() if we are actually doing a full-data restore.

Bug 28132784

Change-Id: I2eaf748f6d54601f0ca195ae2781aa177daf0b93
core/java/com/android/server/backup/SystemBackupAgent.java