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

Commit fd2173ed authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Add hidden intent extra about service availability am: 38c9c306

am: 588729f0

Change-Id: I9b3a2f4713a23954fa5a7b01e0d0d8297325180a
parents 13126299 588729f0
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -128,6 +128,14 @@ public class BackupManager {
    @SystemApi
    @SystemApi
    public static final int ERROR_AGENT_FAILURE = BackupTransport.AGENT_ERROR;
    public static final int ERROR_AGENT_FAILURE = BackupTransport.AGENT_ERROR;


    /**
     * Intent extra when any subsidiary backup-related UI is launched from Settings:  does
     * device policy or configuration permit backup operations to run at all?
     *
     * @hide
     */
    public static final String EXTRA_BACKUP_SERVICES_AVAILABLE = "backup_services_available";

    private Context mContext;
    private Context mContext;
    private static IBackupManager sService;
    private static IBackupManager sService;