Merge change 6700 into donut

* changes:
  do not merge - add a big flag to turn off backup
This commit is contained in:
Android (Google) Code Review
2009-07-09 16:36:31 -07:00

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;