From 153281e5a15c9fa4db08dace265eb6556216066f Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Mon, 23 Feb 2015 14:51:06 -0800 Subject: Add simple backup/restore to Call Log. With this change, call log should be a part of traditional android backup. All call are backed up with this change. Subsequent changes will filter down the call log entries which are actually backed up. Change-Id: Id2e876003a2d0c020142eff7f65426d888fedfc1 --- AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bd565b8..bb8158a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -24,6 +24,9 @@ android:icon="@drawable/app_icon" android:backupAgent="CallLogBackupAgent"> + +