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

Commit baea01b9 authored by Joe Onorato's avatar Joe Onorato
Browse files

do not merge - add a big flag to turn off backup

parent 8440ecce
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ import android.util.Log;
public class BackupManager {
    private static final String TAG = "BackupManager";

    /** @hide TODO: REMOVE THIS */
    public static final boolean EVEN_THINK_ABOUT_DOING_RESTORE = false;

    private Context mContext;
    private static IBackupManager sService;