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
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">
+ <meta-data android:name="com.google.android.backup.api_key"
+ android:value="AEdPqrEAAAAI0N64ZsWbwY3WiVlfYvjLWRVpOrAOl9xKHkraxA" />
+
<provider android:name="ContactsProvider2"
android:authorities="contacts;com.android.contacts"
android:label="@string/provider_label"