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

Commit 2e597923 authored by Christopher Tate's avatar Christopher Tate Committed by Christopher Tate
Browse files

Mark beginRestoreSession() as system API

Bug 16874911

Change-Id: Idb06ebf2d0f54bb13af1d2eeacf0d7b06fda68db
parent 7328a1b3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -161,11 +161,14 @@ public class BackupManager {
        return result;
    }

    // system APIs start here

    /**
     * Begin the process of restoring data from backup.  See the
     * {@link android.app.backup.RestoreSession} class for documentation on that process.
     * @hide
     */
    @SystemApi
    public RestoreSession beginRestoreSession() {
        RestoreSession session = null;
        checkServiceBinder();
@@ -183,8 +186,6 @@ public class BackupManager {
        return session;
    }

    // system APIs start here

    /**
     * Enable/disable the backup service entirely.  When disabled, no backup
     * or restore operations will take place.  Data-changed notifications will