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

This commit is contained in:
Joe Onorato
2009-07-09 15:10:33 -07:00
parent 13725324a7
commit 76ad319b5e

View File

@@ -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;