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

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

turn restore back in in eclair

parent 88588d13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ public class BackupManager {
    private static final String TAG = "BackupManager";

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

    private Context mContext;
    private static IBackupManager sService;