Merge "Update javadoc of BackupObserver"

This commit is contained in:
Shaowei Shen
2018-05-17 01:45:21 +00:00
committed by Android (Google) Code Review

View File

@@ -51,7 +51,7 @@ oneway interface IBackupObserver {
* even if no individual package backup operations were attempted.
*
* @param status Zero on success; a nonzero error code if the backup operation
* as a whole failed.
* as a whole failed with a transport error.
*/
void backupFinished(int status);
}