Avoiding writing the Metadata in the backup if nothing was changed in the backup

Change-Id: I4608ab5511b01f0d0018596d68e4341635649f73
This commit is contained in:
Sunny Goyal
2015-01-16 14:10:32 -08:00
parent 08f7261d11
commit c0ee675f69
2 changed files with 25 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ public class LauncherBackupAgentHelper extends BackupAgentHelper {
private static final String LAUNCHER_DATA_PREFIX = "L";
static final boolean VERBOSE = true;
static final boolean VERBOSE = false;
static final boolean DEBUG = false;
private static BackupManager sBackupManager;