Loading core/java/com/android/server/backup/SystemBackupAgent.java +4 −1 Original line number Diff line number Diff line Loading @@ -183,6 +183,9 @@ public class SystemBackupAgent extends BackupAgentHelper { @Override public void onRestoreFinished() { // helper will be null following 'adb restore' or other full-data operation if (mWallpaperHelper != null) { mWallpaperHelper.onRestoreFinished(); } } } Loading
core/java/com/android/server/backup/SystemBackupAgent.java +4 −1 Original line number Diff line number Diff line Loading @@ -183,6 +183,9 @@ public class SystemBackupAgent extends BackupAgentHelper { @Override public void onRestoreFinished() { // helper will be null following 'adb restore' or other full-data operation if (mWallpaperHelper != null) { mWallpaperHelper.onRestoreFinished(); } } }