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

Commit 58d467a5 authored by Christopher Tate's avatar Christopher Tate Committed by Christopher Tate
Browse files

A little more system API in RestoreSetObserver

Bug 16542048

Change-Id: I8b773df872e3cc50c42645e3833d40a691edc4e7
parent e20930fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
package android.app.backup;

import java.lang.String;

import android.annotation.SystemApi;
import android.app.backup.RestoreSet;

/**
@@ -36,6 +38,7 @@ public abstract class RestoreObserver {
     *
     * @hide
     */
    @SystemApi
    public void restoreSetsAvailable(RestoreSet[] result) {
    }