From 9c1e0653addc1fff03601289a9f9a57b1daeaf57 Mon Sep 17 00:00:00 2001 From: Christine Chen Date: Thu, 23 May 2013 15:40:19 -0700 Subject: Create backup agent for the Dialer app. - Currently only the active tab is being backed up. - More settings may be added later. Change-Id: Id66565029be751beae8b58d4cc054f8d2d16ceea --- AndroidManifest.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bde0775ba..0efe21d72 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -49,7 +49,11 @@ android:label="@string/applicationLabel" android:icon="@mipmap/ic_launcher_phone" android:hardwareAccelerated="true" - android:supportsRtl="true"> + android:supportsRtl="true" + android:backupAgent='com.android.dialer.DialerBackupAgent'> + +