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

Commit 5c2e622c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6700 into donut

* changes:
  do not merge - add a big flag to turn off backup
parents dded214e baea01b9
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;