Merge change 6700 into donut
* changes: do not merge - add a big flag to turn off backup
This commit is contained in:
@@ -42,6 +42,9 @@ import android.util.Log;
|
|||||||
public class BackupManager {
|
public class BackupManager {
|
||||||
private static final String TAG = "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 Context mContext;
|
||||||
private static IBackupManager sService;
|
private static IBackupManager sService;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user