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

Commit c6215c0c authored by Sarp Misoglu's avatar Sarp Misoglu
Browse files

Unhide BackupTransport#getBackupManagerMonitor()

This needs to be a public API so that BackupTransports can implement it.

Bug: 241760569
Test: N/A
Change-Id: Ic3ac1d3f77bcc1bf5f5babdda7361d949023aa16
parent 2801c741
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1564,6 +1564,7 @@ package android.app.backup {
    method public int finishBackup();
    method public void finishRestore();
    method public android.app.backup.RestoreSet[] getAvailableRestoreSets();
    method @Nullable public android.app.backup.BackupManagerMonitor getBackupManagerMonitor();
    method public long getBackupQuota(String, boolean);
    method public android.os.IBinder getBinder();
    method public long getCurrentRestoreSet();
+0 −2
Original line number Diff line number Diff line
@@ -661,8 +661,6 @@ public class BackupTransport {
     *
     * <p>Backups requested from outside the framework may pass in a monitor with the request,
     * however backups initiated by the framework will call this method to retrieve one.
     *
     * @hide
     */
    @Nullable
    public BackupManagerMonitor getBackupManagerMonitor() {