Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1760fe3f authored by Sergey Poromov's avatar Sergey Poromov
Browse files

Fix BackupTransport#getBackupQuota() javadoc.

Change-Id: Ifff3329c618dabd2e73011439a2ddce2f0eeabf6
parent 209fd91d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;