Loading
Add additional parameters to `doRestoreFile` to IBackupAgent.aidl
The cross-platform API change has made it possible to pass additional parameters to the BackupAgent's onRestoreFile method, such as the app version code and transport flags. This change updates the aidl definition to allow e.g. the restore engine to pass these extra parameters to the BackupAgent. Bug: 432673356 Flag: com.android.server.backup.enable_cross_platform_transfer Test: atest BackupAgentTest.java Test: atest SystemBackupAgentTest.java Test: atest SettingsBackupAgentTest.java Test: atest KeyValueBackupTaskTest.java Change-Id: Id661b313e0fba17e860a48ec9ca462fa0f8106a9