Merge "Fix BackupTransport#getBackupQuota() javadoc." into nyc-dev

This commit is contained in:
Sergey Poromov
2016-02-17 13:46:19 +00:00
committed by Android (Google) Code Review

View File

@@ -501,7 +501,7 @@ public class BackupTransport {
* @param packageName ID of package to provide the quota.
* @param isFullBackup If set, transport should return limit for full data backup, otherwise
* for key-value backup.
* @return Current limit on full data backup size in bytes.
* @return Current limit on backup size in bytes.
*/
public long getBackupQuota(String packageName, boolean isFullBackup) {
return Long.MAX_VALUE;