summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2015-02-13 00:29:13 -0800
committerSantos Cordon <santoscordon@google.com>2015-02-20 16:49:58 -0800
commitfd6ef515b5c582c540b260c87cfb493bbd044643 (patch)
tree184e6c4c05033ff4c4d1f5e04c63ac68b5452371 /AndroidManifest.xml
parent423f9bc8fed50e2caacd6f99f3160494f15c0a67 (diff)
downloadpackages_providers_ContactsProvider-fd6ef515b5c582c540b260c87cfb493bbd044643.zip
packages_providers_ContactsProvider-fd6ef515b5c582c540b260c87cfb493bbd044643.tar.gz
packages_providers_ContactsProvider-fd6ef515b5c582c540b260c87cfb493bbd044643.tar.bz2
Simple Backup Agent for the call log.
Simple skeleton agent that reads the state of the call log. Does not actually do any backup. It logs what calls it would backup and what calls it would remove from backup. A subsequent CL will add the actual backup/restore of calls. Change-Id: Id8832c78a9a5aea71022b45c3cef79ca0b54f584
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 20213d3..bd565b8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -22,7 +22,7 @@
<application android:process="android.process.acore"
android:label="@string/app_label"
android:icon="@drawable/app_icon"
- android:allowBackup="false">
+ android:backupAgent="CallLogBackupAgent">
<provider android:name="ContactsProvider2"
android:authorities="contacts;com.android.contacts"