Remove preventBackup check in call log onRestore am: bc30a8cf45
am: f1b764bf4b

Change-Id: If019c8ee092d66aebf9fe49adf68f8e13f83bd05
diff --git a/src/com/android/calllogbackup/CallLogBackupAgent.java b/src/com/android/calllogbackup/CallLogBackupAgent.java
index 77ac82c..6056f48 100644
--- a/src/com/android/calllogbackup/CallLogBackupAgent.java
+++ b/src/com/android/calllogbackup/CallLogBackupAgent.java
@@ -174,12 +174,6 @@
     @Override
     public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState)
             throws IOException {
-        if (shouldPreventBackup(this)) {
-            if (isDebug()) {
-                Log.d(TAG, "Skipping restore");
-            }
-            return;
-        }
 
         if (isDebug()) {
             Log.d(TAG, "Performing Restore");