From 61cc930dd36a8d9efa02195fa7f55bbe87209788 Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Fri, 6 Mar 2015 12:40:43 -0800 Subject: Move Call Log backup into it's own package. Moves the call log backup from the contacts provider into it's own package. This should make it easier to support backup through the same package name for OEMs which revise (and rename) the contacts provider. Also add a CallLogChangeReceiver to receive notices from the CallLogProvider when the call log changes. When this happens, the receiver notifies the backup manager that it should run a backup at it's earliest convenience. Change-Id: I5774bba333a83adf53e1733f80a3df9e8140adb8 --- AndroidManifest.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0654e39..bf486de 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,12 +1,22 @@ - + android:allowBackup="true" + android:backupAgent="CallLogBackupAgent"> + + + + + + + + -- cgit v1.2.3