mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Avoiding writing the Metadata in the backup if nothing was changed in the backup
Change-Id: I4608ab5511b01f0d0018596d68e4341635649f73
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user